]> granicus.if.org Git - php/commitdiff
Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)
authorGustavo André dos Santos Lopes <cataphract@php.net>
Thu, 29 Mar 2012 07:44:19 +0000 (08:44 +0100)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Thu, 29 Mar 2012 07:44:19 +0000 (08:44 +0100)
This reverts commit 55b1e612421c52ea0bb8a3772095c5bbd62045db.

ext/pcntl/pcntl.c

index b840066d990fe891f31ef1e959658f72d025ee6d..5151d1fce762da20955688e03010296b7352aa05 100755 (executable)
@@ -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);