From: Jille Timmermans Date: Wed, 28 Mar 2012 14:18:23 +0000 (+0200) Subject: ext/pcntl/pcntl.c: Fix typo in comment X-Git-Tag: php-5.4.1RC1~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4aeabaf8e938af00d6fe9f8316251b543640018c;p=php ext/pcntl/pcntl.c: Fix typo in comment Signed-off-by: Jille Timmermans --- diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 725d55b39a..e5910a5dca 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -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);