Skip to content

Commit 67bf07f

Browse files
committed
Merge rebased pull request #24 onto 5.3 into 5.3
2 parents 117cdf3 + 710335b commit 67bf07f

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)