Commit: ba8333cdb0feafbdbe2b7ae07532236c3b043b25 Author: Stanislav Malyshev <s...@php.net> Fri, 8 Jun 2012 01:24:49 -0700 Parents: c467e81c86b3f4d312459553c23792492009a917 Branches: PHP-5.4
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=ba8333cdb0feafbdbe2b7ae07532236c3b043b25 Log: typo Changed paths: M Zend/zend_compile.c Diff: diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 28f9824..cca7c19 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