summaryrefslogtreecommitdiff
path: root/ext/pcntl/pcntl.c
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-03-29 08:48:13 +0100
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-03-29 08:48:13 +0100
commitfc4482fd5e95dbdcc984eff6b8084a9e8949d09c (patch)
tree6f76b6a11040de1efeee72c94573f6535d4bd07d /ext/pcntl/pcntl.c
parent57af2875dc1bdc8768784c323d8449c02df3cff5 (diff)
parentf4873c68a600dcd0c6c548c9ecf2d605da878252 (diff)
downloadphp-git-fc4482fd5e95dbdcc984eff6b8084a9e8949d09c.tar.gz
Merge branch '5.4'
Diffstat (limited to 'ext/pcntl/pcntl.c')
-rwxr-xr-xext/pcntl/pcntl.c2
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);