From: Josh Soref Date: Sun, 23 Jul 2017 16:32:08 +0000 (-0400) Subject: spelling: evaluating X-Git-Tag: trac5124a_base~35^2~148 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6eb73e42240bd7a7fe9ef43bf479e981d3403519;p=thirdparty%2Fkea.git spelling: evaluating --- diff --git a/src/lib/eval/tests/token_unittest.cc b/src/lib/eval/tests/token_unittest.cc index 736449645d..f8e1c4d56c 100644 --- a/src/lib/eval/tests/token_unittest.cc +++ b/src/lib/eval/tests/token_unittest.cc @@ -1862,7 +1862,7 @@ TEST_F(TokenTest, substringReturnEmpty) { // We put the result on the stack first then the substring values // then evaluate the substring which should leave the original // result on the bottom with the substring result on next. -// Evaulating the equals should produce true for the first +// Evaluating the equals should produce true for the first // and false for the second. // throws an exception if there aren't enough values on the stack. // The stack from the top is: length, start, string.