From 1c02052c5f51f13a968fba4b6c6e5f57203717aa Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 15:45:08 -0400 Subject: [PATCH] spelling: query --- src/bin/dhcp4/tests/dhcp4_srv_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc index 6c5c25265c..eb641caa92 100644 --- a/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc +++ b/src/bin/dhcp4/tests/dhcp4_srv_unittest.cc @@ -1674,7 +1674,7 @@ TEST_F(Dhcpv4SrvTest, matchClassificationOptionName) { // Classify packets srv.classifyPacket(query); - // The queey should be in the router class + // The query should be in the router class EXPECT_TRUE(query->inClass("router")); } @@ -1725,7 +1725,7 @@ TEST_F(Dhcpv4SrvTest, matchClassificationOptionDef) { // Classify packets srv.classifyPacket(query); - // The queey should be in the router class + // The query should be in the router class EXPECT_TRUE(query->inClass("router")); } -- 2.47.2