From: Josh Soref Date: Sun, 23 Jul 2017 16:31:28 +0000 (-0400) Subject: spelling: evaluation X-Git-Tag: trac5124a_base~35^2~147 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27f3161b2598e680a0d585152bfe559eef589787;p=thirdparty%2Fkea.git spelling: evaluation --- diff --git a/src/lib/eval/evaluate.cc b/src/lib/eval/evaluate.cc index 457e158169..dbc39c54cf 100644 --- a/src/lib/eval/evaluate.cc +++ b/src/lib/eval/evaluate.cc @@ -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()); } diff --git a/src/lib/eval/tests/token_unittest.cc b/src/lib/eval/tests/token_unittest.cc index f8e1c4d56c..4edd2179b1 100644 --- a/src/lib/eval/tests/token_unittest.cc +++ b/src/lib/eval/tests/token_unittest.cc @@ -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.