Skip to content

Commit 710335b

Browse files
Jillecataphract
authored andcommitted
ext/pcntl/pcntl.c: Fix typo in comment
Signed-off-by: Jille Timmermans <[email protected]>
1 parent 117cdf3 commit 710335b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/pcntl/pcntl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ PHP_FUNCTION(pcntl_exec)
760760
}
761761

762762
if (ZEND_NUM_ARGS() > 1) {
763-
/* Build argumnent list */
763+
/* Build argument list */
764764
args_hash = HASH_OF(args);
765765
argc = zend_hash_num_elements(args_hash);
766766

0 commit comments

Comments
 (0)