From 35e366199875dd531cbf7a4f089cb0a03abc47c2 Mon Sep 17 00:00:00 2001 From: Poommetee Ketson Date: Sat, 2 Sep 2017 21:19:06 +0700 Subject: [PATCH] Fix typos 'a' and 'an' --- visual_script_expression.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/visual_script_expression.cpp b/visual_script_expression.cpp index 6bd052f..d0e9b5b 100644 --- a/visual_script_expression.cpp +++ b/visual_script_expression.cpp @@ -1179,7 +1179,7 @@ VisualScriptExpression::ENode *VisualScriptExpression::_parse_expression() { if (expression[next_op + 1].is_op) { // this is not invalid and can really appear // but it becomes invalid anyway because no binary op - // can be followed by an unary op in a valid combination, + // can be followed by a unary op in a valid combination, // due to how precedence works, unaries will always disappear first _set_error("Unexpected two consecutive operators.");