Skip to content

Commit 17c0ff1

Browse files
committed
typo
1 parent fc74503 commit 17c0ff1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Zend/zend_compile.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1336,7 +1336,7 @@ void zend_do_begin_function_declaration(znode *function_token, znode *function_n
13361336
zend_op *opline = get_next_op(CG(active_op_array) TSRMLS_CC);
13371337

13381338
if (CG(current_namespace)) {
1339-
/* Prefix function name with current namespcae name */
1339+
/* Prefix function name with current namespace name */
13401340
znode tmp;
13411341

13421342
tmp.u.constant = *CG(current_namespace);

0 commit comments

Comments
 (0)