summaryrefslogtreecommitdiffstats
path: root/src/lib/eval/tests
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2017-07-23 18:32:08 +0200
committerJosh Soref <jsoref@users.noreply.github.com>2017-07-23 18:32:08 +0200
commit6eb73e42240bd7a7fe9ef43bf479e981d3403519 (patch)
tree87738afd8a2d860a9618f7a1ab5645ca2df55fba /src/lib/eval/tests
parentspelling: evaluate (diff)
downloadkea-6eb73e42240bd7a7fe9ef43bf479e981d3403519.tar.xz
kea-6eb73e42240bd7a7fe9ef43bf479e981d3403519.zip
spelling: evaluating
Diffstat (limited to 'src/lib/eval/tests')
-rw-r--r--src/lib/eval/tests/token_unittest.cc2
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.