diff options
Diffstat (limited to 'src/util/expression-evaluator.cpp')
| -rw-r--r-- | src/util/expression-evaluator.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/expression-evaluator.cpp b/src/util/expression-evaluator.cpp index dd7ce97f7..0a2dd6d50 100644 --- a/src/util/expression-evaluator.cpp +++ b/src/util/expression-evaluator.cpp @@ -274,7 +274,7 @@ void ExpressionEvaluator::parseNextToken() // We're all done current_token.type = TOKEN_END; } else if ( s[0] == '+' || s[0] == '-' ) { - // Snatch these before the g_strtod() does, othewise they might + // Snatch these before the g_strtod() does, otherwise they might // be used in a numeric conversion. acceptTokenCount(1, s[0]); } else { |
