diff options
author | Jille Timmermans <jille@quis.cx> | 2012-03-28 16:18:23 +0200 |
---|---|---|
committer | Yasuo Ohgaki <yohgaki@ohgaki.net> | 2012-03-29 09:07:19 +0900 |
commit | 4aeabaf8e938af00d6fe9f8316251b543640018c (patch) | |
tree | da0cd01b8a083814c7e7f017f4507cc15d8b8359 /ext/pcntl | |
parent | 08089ebe16b0dffacb15b1669bc6c3a8432dcb1c (diff) | |
download | php-git-4aeabaf8e938af00d6fe9f8316251b543640018c.tar.gz |
ext/pcntl/pcntl.c: Fix typo in comment
Signed-off-by: Jille Timmermans <jille@quis.cx>
Diffstat (limited to 'ext/pcntl')
-rwxr-xr-x | ext/pcntl/pcntl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/pcntl/pcntl.c b/ext/pcntl/pcntl.c index 725d55b39a..e5910a5dca 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); |