Skip to content

Commit

Permalink
ext/pcntl/pcntl.c: Fix typo in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Jille Timmermans <[email protected]>
  • Loading branch information
Jille committed Mar 28, 2012
1 parent a715a21 commit 51e9365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pcntl/pcntl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit 51e9365

Please sign in to comment.