]> granicus.if.org Git - php/commitdiff
ext/pcntl/pcntl.c: Fix typo in comment
authorJille Timmermans <jille@quis.cx>
Wed, 28 Mar 2012 14:18:23 +0000 (16:18 +0200)
committerYasuo Ohgaki <yohgaki@ohgaki.net>
Thu, 29 Mar 2012 00:07:19 +0000 (09:07 +0900)
Signed-off-by: Jille Timmermans <jille@quis.cx>
ext/pcntl/pcntl.c

index 725d55b39aad4f7443b9c727e484b6310e372478..e5910a5dca4bb38239d356dc3c5dff441ca3d971 100755 (executable)
@@ -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);