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 <jille@quis.cx>
  • Loading branch information
Jille authored and yohgaki committed Mar 29, 2012
1 parent f38ee78 commit 55b1e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/pcntl/pcntl.c
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 55b1e61

Please sign in to comment.