diff options
author | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-03-29 08:48:13 +0100 |
---|---|---|
committer | Gustavo André dos Santos Lopes <cataphract@php.net> | 2012-03-29 08:48:13 +0100 |
commit | fc4482fd5e95dbdcc984eff6b8084a9e8949d09c (patch) | |
tree | 6f76b6a11040de1efeee72c94573f6535d4bd07d /ext/pcntl/pcntl.c | |
parent | 57af2875dc1bdc8768784c323d8449c02df3cff5 (diff) | |
parent | f4873c68a600dcd0c6c548c9ecf2d605da878252 (diff) | |
download | php-git-fc4482fd5e95dbdcc984eff6b8084a9e8949d09c.tar.gz |
Merge branch '5.4'
Diffstat (limited to 'ext/pcntl/pcntl.c')
-rwxr-xr-x | ext/pcntl/pcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 141ff58dd7..ecb51c1f5e 100755 --- a/ext/pcntl/pcntl.c +++ b/ext/pcntl/pcntl.c @@ -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); |