]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: evaluating
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:32:08 +0000 (12:32 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 16:32:08 +0000 (12:32 -0400)
src/lib/eval/tests/token_unittest.cc

index 736449645d47f625ccc6b5a63cb7997369534e0f..f8e1c4d56c73ced39378771c55b7d36413517db1 100644 (file)
@@ -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.