]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[trac4094] Fix some typos during the review
authorShawn Routhier <sar@isc.org>
Wed, 4 Nov 2015 06:07:39 +0000 (22:07 -0800)
committerShawn Routhier <sar@isc.org>
Wed, 4 Nov 2015 06:07:39 +0000 (22:07 -0800)
src/lib/eval/tests/evaluate_unittest.cc

index 27175f11405dc4e6abbac2c4610c05f73ff203ef..ec35015019add44374b771441dba073fe30ffcf9 100644 (file)
@@ -136,7 +136,7 @@ TEST_F(EvaluateTest, bad6) {
     ASSERT_THROW(evaluate(e_, *pkt6_), EvalNotBoolError);
 }
 
-// This check the evaluation must leave only one value on the stack
+// This checks the evaluation must leave only one value on the stack
 // with a Pkt4. (The actual packet is not used)
 TEST_F(EvaluateTest, two4) {
     TokenPtr ttrue;
@@ -146,7 +146,7 @@ TEST_F(EvaluateTest, two4) {
     ASSERT_THROW(evaluate(e_, *pkt4_), EvalBadStack);
 }
 
-// This check the evaluation must leave only one value on the stack
+// This checks the evaluation must leave only one value on the stack
 // with a Pkt6. (The actual packet is not used)
 TEST_F(EvaluateTest, two6) {
     TokenPtr ttrue;