summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJille Timmermans <jille@quis.cx>2012-03-28 16:18:23 +0200
committerYasuo Ohgaki <yohgaki@ohgaki.net>2012-03-29 09:07:07 +0900
commit55b1e612421c52ea0bb8a3772095c5bbd62045db (patch)
tree410d182d9ea7b4b85a55742451263c9174ca75ba
parentf38ee783442acb0f64a8eb3cafa06b42e5e7f273 (diff)
downloadphp-git-55b1e612421c52ea0bb8a3772095c5bbd62045db.tar.gz
ext/pcntl/pcntl.c: Fix typo in comment
Signed-off-by: Jille Timmermans <jille@quis.cx>
-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);