From 616d8029747626d24a07156bdfa5e565a88c85f2 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Gustavo=20Andr=C3=A9=20dos=20Santos=20Lopes?= Date: Thu, 29 Mar 2012 08:45:00 +0100 Subject: [PATCH] Revert "ext/pcntl/pcntl.c: Fix typo in comment" (apply correct workflow) This reverts commit 4aeabaf8e938af00d6fe9f8316251b543640018c. --- 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 e5910a5dca..725d55b39a 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); -- 2.50.1