diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2020-03-11 13:59:18 -0400 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2020-03-11 13:59:18 -0400 |
commit | 7bf6e5f7732f3fa890561255610f50a65e755adf (patch) | |
tree | 7ce9a51814f1264cc21b5cc1ab7baa7439f2e961 /core/math/expression.cpp | |
parent | aeff25f3134c1af34285bb1021c709936cf5377d (diff) | |
download | redot-engine-7bf6e5f7732f3fa890561255610f50a65e755adf.tar.gz |
Fix various typos
Found via `codespell`
Diffstat (limited to 'core/math/expression.cpp')
-rw-r--r-- | core/math/expression.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/expression.cpp b/core/math/expression.cpp index 058673b681..04fda9d09a 100644 --- a/core/math/expression.cpp +++ b/core/math/expression.cpp @@ -1839,7 +1839,7 @@ Expression::ENode *Expression::_parse_expression() { } } - //consecutively do unary opeators + //consecutively do unary operators for (int i = expr_pos - 1; i >= next_op; i--) { OperatorNode *op = alloc_node<OperatorNode>(); |