Commit:    51e9365bb9aaaf918fa840e9e740fae7f7a51306
Author:    Jille Timmermans <ji...@quis.cx>         Wed, 28 Mar 2012 16:18:23 
+0200
Parents:   a715a21594346aef34d3d7aad35ea147fe134d1c
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=51e9365bb9aaaf918fa840e9e740fae7f7a51306

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:
51e9365bb9aaaf918fa840e9e740fae7f7a51306
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index 141ff58..ecb51c1 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

Reply via email to