Commit: 55b1e612421c52ea0bb8a3772095c5bbd62045db Author: Jille Timmermans <ji...@quis.cx> Wed, 28 Mar 2012 16:18:23 +0200 Committer: Yasuo Ohgaki <yohg...@ohgaki.net> Thu, 29 Mar 2012 09:07:07 +0900 Parents: f38ee783442acb0f64a8eb3cafa06b42e5e7f273 Branches: PHP-5.3
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=55b1e612421c52ea0bb8a3772095c5bbd62045db Log: ext/pcntl/pcntl.c: Fix typo in comment Signed-off-by: Jille Timmermans <ji...@quis.cx> Changed paths: M ext/pcntl/pcntl.c Diff: 55b1e612421c52ea0bb8a3772095c5bbd62045db 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