Commit:    d1debecd90ea334713a909f5b7ec64416283cf48
Author:    Stanislav Malyshev <s...@php.net>         Fri, 8 Jun 2012 01:24:49 
-0700
Parents:   c83457ed13deabd296dcfb17f3e104572878763e
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=d1debecd90ea334713a909f5b7ec64416283cf48

Log:
typo

Changed paths:
  M  Zend/zend_compile.c


Diff:
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index b09e43c..5b991e8 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -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);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to