]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: query
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:45:08 +0000 (15:45 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 19:45:08 +0000 (15:45 -0400)
src/bin/dhcp4/tests/dhcp4_srv_unittest.cc

index 6c5c25265cd0b1510a4cebdaeb4ba0e901831123..eb641caa9245fdd72db7ecb25b86ebecd6c1a2e3 100644 (file)
@@ -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"));
 }