From 6f6441210863c85f316fdbbc0f244bbcb51d2e83 Mon Sep 17 00:00:00 2001 From: belliash Date: Tue, 24 Jul 2018 16:37:14 +0200 Subject: [PATCH] Typo? Typo. Typo! --- engine/compiler.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engine/compiler.c b/engine/compiler.c index f2a9689..fd7e1ec 100644 --- a/engine/compiler.c +++ b/engine/compiler.c @@ -5197,7 +5197,7 @@ static sxi32 PH7_CompileSwitch(ph7_gen_state *pGen) { } if(nKwrd == PH7_TKWRD_DEFAULT) { /* - * Accroding to the PHP language reference manual + * According to the PHP language reference manual * A special case is the default case. This case matches anything * that wasn't matched by the other cases. */