Fix typos 'a' and 'an'

This commit is contained in:
Poommetee Ketson 2017-09-02 21:19:06 +07:00
parent b4efb832a7
commit 459f526119
15 changed files with 30 additions and 30 deletions

View file

@ -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.");