]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#467] Typo
authorFrancis Dupont <fdupont@isc.org>
Wed, 15 Feb 2023 18:39:28 +0000 (19:39 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 6 Mar 2023 14:06:04 +0000 (15:06 +0100)
src/bin/dhcp4/tests/vendor_opts_unittest.cc

index be89556f2395a84d6c4e19b6849a8ff4e955cdc3..e5b64b233f374a6db80bbff786bc1a938cdeb382 100644 (file)
@@ -2176,7 +2176,7 @@ TEST_F(VendorOptsTest, twoVivcos) {
 
     EXPECT_NO_THROW(configure(config, *client.getServer()));
 
-    // Let's check whether the server is not able to process this packet.
+    // Let's check whether the server is able to process this packet.
     EXPECT_NO_THROW(client.doDiscover());
     ASSERT_TRUE(client.getContext().response_);