summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustavo André dos Santos Lopes <cataphract@php.net>2012-03-29 08:44:19 +0100
committerGustavo André dos Santos Lopes <cataphract@php.net>2012-03-29 08:44:19 +0100
commit117cdf384f5c65e679087ee6402143e2170b8b4b (patch)
tree8bc76d4d4942799c5bb643159409195ae780bbd3
parent55b1e612421c52ea0bb8a3772095c5bbd62045db (diff)
downloadphp-git-117cdf384f5c65e679087ee6402143e2170b8b4b.tar.gz
Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow)
This reverts commit 55b1e612421c52ea0bb8a3772095c5bbd62045db.
-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 b840066d99..5151d1fce7 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);