From: Josh Soref Date: Sun, 23 Jul 2017 19:45:08 +0000 (-0400) Subject: spelling: query X-Git-Tag: trac5124a_base~35^2~63 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c02052c5f51f13a968fba4b6c6e5f57203717aa;p=thirdparty%2Fkea.git spelling: query --- 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")); }