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

index 457e15816943e9e8491bae24fc0e401c3d74d792..dbc39c54cf9f66a88cfbc9ba0e43fdb7a5762224 100644 (file)
@@ -30,7 +30,7 @@ evaluateString(const Expression& expr, Pkt& pkt) {
     }
     if (values.size() != 1) {
         isc_throw(EvalBadStack, "Incorrect stack order. Expected exactly "
-                  "1 value at the end of evaluatuion, got " << values.size());
+                  "1 value at the end of evaluation, got " << values.size());
     }
     return (values.top());
 }
index f8e1c4d56c73ced39378771c55b7d36413517db1..4edd2179b1be4ba3197da2d73d2ccf4c6d44cf5e 100644 (file)
@@ -120,7 +120,7 @@ public:
         pkt6_->addRelayInfo(relay1);
     }
 
-    /// @brief Verify that the relay6 option evaluatiosn work properly
+    /// @brief Verify that the relay6 option evaluations work properly
     ///
     /// Given the nesting level and option code extract the option
     /// and compare it to the expected string.