From: Gustavo André dos Santos Lopes Date: Thu, 29 Mar 2012 07:45:00 +0000 (+0100) Subject: Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow) X-Git-Tag: php-5.4.4RC1~177 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=616d8029747626d24a07156bdfa5e565a88c85f2;p=php Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow) This reverts commit 4aeabaf8e938af00d6fe9f8316251b543640018c. --- diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index e5910a5dca..725d55b39a 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 argument list */ + /* Build argumnent list */ args_hash = HASH_OF(args); argc = zend_hash_num_elements(args_hash);