From 710335b2a329c7ab7e2a790aefd489890d528b9a Mon Sep 17 00:00:00 2001 From: Jille Timmermans Date: Wed, 28 Mar 2012 16:18:23 +0200 Subject: [PATCH] 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 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); -- 2.40.0