1
0
mirror of https://github.com/php/php-src.git synced 2026-04-23 16:08:35 +02:00

ext/pcntl/pcntl.c: Fix typo in comment

Signed-off-by: Jille Timmermans <jille@quis.cx>
This commit is contained in:
Jille Timmermans
2012-03-28 16:18:23 +02:00
committed by Yasuo Ohgaki
parent f38ee78344
commit 55b1e61242
+1 -1
View File
@@ -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);