mirror of
https://github.com/php/php-src.git
synced 2026-04-23 16:08:35 +02:00
ext/pcntl/pcntl.c: Fix typo in comment
Signed-off-by: Jille Timmermans <jille@quis.cx>
This commit is contained in:
committed by
Yasuo Ohgaki
parent
f38ee78344
commit
55b1e61242
+1
-1
@@ -760,7 +760,7 @@ PHP_FUNCTION(pcntl_exec)
|
||||
}
|
||||
|
||||
if (ZEND_NUM_ARGS() > 1) {
|
||||
/* Build argumnent list */
|
||||
/* Build argument list */
|
||||
args_hash = HASH_OF(args);
|
||||
argc = zend_hash_num_elements(args_hash);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user