From ba8333cdb0feafbdbe2b7ae07532236c3b043b25 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Fri, 8 Jun 2012 01:24:49 -0700 Subject: [PATCH] typo --- Zend/zend_compile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 28f98249d2..cca7c1976e 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); -- 2.49.0