Commit:    17c0ff11949f81c5fb5b32f6f64b3e8ad4063aeb
Author:    Stanislav Malyshev <s...@php.net>         Fri, 8 Jun 2012 01:24:49 
-0700
Parents:   fc74503792b1ee92e4b813690890f3ed38fa3ad5
Branches:  PHP-5.3

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

Log:
typo

Changed paths:
  M  Zend/zend_compile.c


Diff:
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c
index 17454f8..4c31f7c 100644
--- a/Zend/zend_compile.c
+++ b/Zend/zend_compile.c
@@ -1336,7 +1336,7 @@ void zend_do_begin_function_declaration(znode 
*function_token, znode *function_n
                zend_op *opline = get_next_op(CG(active_op_array) TSRMLS_CC);
 
                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