Browse Source

spelling: evaluating

Josh Soref 8 years ago
parent
commit
6eb73e4224
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/eval/tests/token_unittest.cc

+ 1 - 1
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.