From: Slawek Figiel Date: Wed, 21 Jun 2023 20:28:14 +0000 (+0000) Subject: [#2707] wordsmithing X-Git-Tag: Kea-2.4.0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d3ede2b2540ed933d3bd573acf6cac8f87a1a24;p=thirdparty%2Fkea.git [#2707] wordsmithing --- diff --git a/src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc b/src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc index af2ba86c7d..ee36a7c297 100644 --- a/src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc +++ b/src/bin/dhcp6/tests/ctrl_dhcp6_srv_unittest.cc @@ -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);