]> 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:45:00 +0000 (08:45 +0100)
committerGustavo André dos Santos Lopes <cataphract@php.net>
Thu, 29 Mar 2012 07:45:00 +0000 (08:45 +0100)
This reverts commit 4aeabaf8e938af00d6fe9f8316251b543640018c.

ext/pcntl/pcntl.c

index e5910a5dca4bb38239d356dc3c5dff441ca3d971..725d55b39aad4f7443b9c727e484b6310e372478 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);