From 7a740c057067d6fcae81d7fe0a4f6534acbed8a6 Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 27 Aug 2018 18:23:12 +0200 Subject: [PATCH] Correct typo. --- sapi/cli/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sapi/cli/main.c b/sapi/cli/main.c index 5fe021a..0b81dd7 100644 --- a/sapi/cli/main.c +++ b/sapi/cli/main.c @@ -199,7 +199,7 @@ int main(int argc, char **argv) { Fatal("Compile error"); } } - /* Register script agruments so we can access them later using the $argv[] + /* Register script arguments so we can access them later using the $argv[] * array from the compiled PHP program. */ for(n = n + 1; n < argc ; ++n) {