2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 21:18:02 +00:00

[trac4094] Fix some typos during the review

This commit is contained in:
Shawn Routhier 2015-11-03 22:07:39 -08:00
parent 11d2ad4a5b
commit 4ba6b71ae8

View 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;