diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-03-12 10:25:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 10:25:48 +0100 |
commit | 14b41d0fc9fd615f17a8a082cd2bbfb9fea7f0a8 (patch) | |
tree | 7ce9a51814f1264cc21b5cc1ab7baa7439f2e961 /core/math/expression.cpp | |
parent | aeff25f3134c1af34285bb1021c709936cf5377d (diff) | |
parent | 7bf6e5f7732f3fa890561255610f50a65e755adf (diff) |
Merge pull request #36987 from luzpaz/typos
Fix various typos
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>(); |