diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 18:32:08 +0200 |
---|---|---|
committer | Josh Soref <jsoref@users.noreply.github.com> | 2017-07-23 18:32:08 +0200 |
commit | 6eb73e42240bd7a7fe9ef43bf479e981d3403519 (patch) | |
tree | 87738afd8a2d860a9618f7a1ab5645ca2df55fba /src/lib/eval/tests | |
parent | spelling: evaluate (diff) | |
download | kea-6eb73e42240bd7a7fe9ef43bf479e981d3403519.tar.xz kea-6eb73e42240bd7a7fe9ef43bf479e981d3403519.zip |
spelling: evaluating
Diffstat (limited to 'src/lib/eval/tests')
-rw-r--r-- | src/lib/eval/tests/token_unittest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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. |