Skip to content

Commit 117cdf3

Browse files
committed
Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)
This reverts commit 55b1e61.
1 parent 55b1e61 commit 117cdf3

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 argument list */
763+
/* Build argumnent list */
764764
args_hash = HASH_OF(args);
765765
argc = zend_hash_num_elements(args_hash);
766766

0 commit comments

Comments
 (0)