]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2707] wordsmithing
authorSlawek Figiel <slawek@isc.org>
Wed, 21 Jun 2023 20:28:14 +0000 (20:28 +0000)
committerTomek Mrugalski <tomek@isc.org>
Thu, 22 Jun 2023 14:23:38 +0000 (16:23 +0200)
src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc

index af2ba86c7d5a048dd46aef5843f14f6cb76f48e2..ee36a7c2978cb18dea270b52ac25e8b9e6647379 100644 (file)
@@ -854,7 +854,7 @@ TEST_F(CtrlChannelDhcpv6SrvTest, configHashGet) {
     int status;
     ConstElementPtr args = parseAnswer(status, rsp);
     EXPECT_EQ(CONTROL_RESULT_SUCCESS, status);
-    // the parseAnswer is trying to be smart with ignoring hash.
+    // The parseAnswer is trying to be smart with ignoring hash.
     // But this time we really want to see the hash, so we'll retrieve
     // the arguments manually.
     args = rsp->get(CONTROL_ARGUMENTS);