diff options
author | Stanislav Malyshev <stas@php.net> | 2012-06-08 01:24:49 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-06-08 01:24:49 -0700 |
commit | 17c0ff11949f81c5fb5b32f6f64b3e8ad4063aeb (patch) | |
tree | 1f0ea672d5f67863cf72f6db24667d1a9c5f28dd /Zend | |
parent | fc74503792b1ee92e4b813690890f3ed38fa3ad5 (diff) | |
download | php-git-17c0ff11949f81c5fb5b32f6f64b3e8ad4063aeb.tar.gz |
typo
Diffstat (limited to 'Zend')
-rw-r--r-- | Zend/zend_compile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend_compile.c b/Zend/zend_compile.c index 17454f85f2..4c31f7c368 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); |