Browse Source

spelling: query

Josh Soref 7 years ago
parent
commit
1c02052c5f
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/bin/dhcp4/tests/dhcp4_srv_unittest.cc

+ 2 - 2
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"));
 }