]> 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)
committerJille Timmermans <jille@quis.cx>
Wed, 28 Mar 2012 14:18:23 +0000 (16:18 +0200)
Signed-off-by: Jille Timmermans <jille@quis.cx>
ext/pcntl/pcntl.c

index 141ff58dd7c4bf7429fb214d753bc8833974662c..ecb51c1f5e8989a14aa223cee5e755ea73137777 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);