summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-03-29 08:46:31 +0100
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-03-29 08:46:37 +0100
commit67bf07f3e79de6653681d9317229c49b5e2415db (patch)
tree410d182d9ea7b4b85a55742451263c9174ca75ba
parent117cdf384f5c65e679087ee6402143e2170b8b4b (diff)
parent710335b2a329c7ab7e2a790aefd489890d528b9a (diff)
downloadphp-git-67bf07f3e79de6653681d9317229c49b5e2415db.tar.gz
Merge rebased pull request #24 onto 5.3 into 5.3
-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 5151d1fce7..b840066d99 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);