]> granicus.if.org Git - php/commitdiff
typo
authorStanislav Malyshev <stas@php.net>
Fri, 8 Jun 2012 08:24:49 +0000 (01:24 -0700)
committerStanislav Malyshev <stas@php.net>
Fri, 8 Jun 2012 19:23:51 +0000 (12:23 -0700)
Zend/zend_compile.c

index 28f98249d2a27b09614b2acb47b74a878df65e40..cca7c1976e9a6c16daa8dfb1796d9ce6d8bc3250 100644 (file)
@@ -1685,7 +1685,7 @@ void zend_do_begin_function_declaration(znode *function_token, znode *function_n
                zval key;
 
                if (CG(current_namespace)) {
-                       /* Prefix function name with current namespcae name */
+                       /* Prefix function name with current namespace name */
                        znode tmp;
 
                        tmp.u.constant = *CG(current_namespace);