Commit:    57af2875dc1bdc8768784c323d8449c02df3cff5
Author:    Gustavo André dos Santos Lopes <cataphr...@php.net>         Thu, 29 
Mar 2012 08:41:51 +0100
Parents:   a00b447b34c21efab393fef063acaae652506938
Branches:  master

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

Log:
Revert "Merge branch 'pull-request/24'" (apply correct workflow)

This reverts commit a00b447b34c21efab393fef063acaae652506938, reversing
changes made to 48daddf093b491d359b77919464827ffb20a3e86.

Changed paths:
  M  ext/pcntl/pcntl.c


Diff:
57af2875dc1bdc8768784c323d8449c02df3cff5
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c
index ecb51c1..141ff58 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);


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to