From 75964cf0df9d9991f9be107902293ad2cb81f19a Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 25 Jul 2017 23:31:07 -0400 Subject: [PATCH] spelling: incorrectly --- src/scan-gram.l | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/scan-gram.l b/src/scan-gram.l index 2b2a7f2a..2fb05253 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -707,7 +707,7 @@ eqopt ([[:space:]]*=)? "{"|"<"{splice}"%" STRING_GROW; nesting++; "%"{splice}">" STRING_GROW; nesting--; - /* Tokenize '<<%' correctly (as '<<' '%') rather than incorrrectly + /* Tokenize '<<%' correctly (as '<<' '%') rather than incorrectly (as '<' '<%'). */ "<"{splice}"<" STRING_GROW;