From 4aeabaf8e938af00d6fe9f8316251b543640018c Mon Sep 17 00:00:00 2001 From: Jille Timmermans Date: Wed, 28 Mar 2012 16:18:23 +0200 Subject: ext/pcntl/pcntl.c: Fix typo in comment Signed-off-by: Jille Timmermans --- ext/pcntl/pcntl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.1