Commit: 710335b2a329c7ab7e2a790aefd489890d528b9a Author: Jille Timmermans <[email protected]> Wed, 28 Mar 2012 16:18:23 +0200 Committer: Gustavo André dos Santos Lopes <[email protected]> Thu, 29 Mar 2012 08:46:04 +0100 Parents: 117cdf384f5c65e679087ee6402143e2170b8b4b Branches: PHP-5.3 PHP-5.4 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=710335b2a329c7ab7e2a790aefd489890d528b9a Log: ext/pcntl/pcntl.c: Fix typo in comment Signed-off-by: Jille Timmermans <[email protected]> Changed paths: M ext/pcntl/pcntl.c Diff: 710335b2a329c7ab7e2a790aefd489890d528b9a diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 5151d1f..b840066 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); -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
