summaryrefslogtreecommitdiff
path: root/ext/pcntl
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-03-29 08:41:51 +0100
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-03-29 08:41:51 +0100
commit57af2875dc1bdc8768784c323d8449c02df3cff5 (patch)
tree6199890459322c8d7f06cde3b13aaa28b2e7edb7 /ext/pcntl
parenta00b447b34c21efab393fef063acaae652506938 (diff)
downloadphp-git-57af2875dc1bdc8768784c323d8449c02df3cff5.tar.gz
Revert "Merge branch 'pull-request/24'" (apply correct workflow)
This reverts commit a00b447b34c21efab393fef063acaae652506938, reversing changes made to 48daddf093b491d359b77919464827ffb20a3e86.
Diffstat (limited to 'ext/pcntl')
-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 ecb51c1f5e..141ff58dd7 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 argument list */
+ /* Build argumnent list */
args_hash = HASH_OF(args);
argc = zend_hash_num_elements(args_hash);