diff options
author | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-02 21:19:06 +0700 |
---|---|---|
committer | Poommetee Ketson <poommetee@protonmail.com> | 2017-09-02 21:19:06 +0700 |
commit | 459f526119da43efae52307a6165a8ccd5cb2288 (patch) | |
tree | c61ea80ca6adf2a2494ffdebb0a73dd56d4e5cbc /servers/visual | |
parent | b4efb832a749730b924f63be073cfe80c9afc334 (diff) |
Fix typos 'a' and 'an'
Diffstat (limited to 'servers/visual')
-rw-r--r-- | servers/visual/shader_language.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/servers/visual/shader_language.cpp b/servers/visual/shader_language.cpp index c7b537c8ea..0684cb1701 100644 --- a/servers/visual/shader_language.cpp +++ b/servers/visual/shader_language.cpp @@ -2953,7 +2953,7 @@ ShaderLanguage::Node *ShaderLanguage::_parse_expression(BlockNode *p_block, cons 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("Parser bug.."); |