From: Razvan Becheriu Date: Thu, 10 Dec 2020 17:30:22 +0000 (+0200) Subject: [#1601] fixed typo X-Git-Tag: Kea-1.9.4~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7410c2a2e4d191209f2b8e59256ce9e16c672ca0;p=thirdparty%2Fkea.git [#1601] fixed typo --- diff --git a/src/bin/dhcp4/ctrl_dhcp4_srv.cc b/src/bin/dhcp4/ctrl_dhcp4_srv.cc index 8bea0fce97..c3378b458a 100644 --- a/src/bin/dhcp4/ctrl_dhcp4_srv.cc +++ b/src/bin/dhcp4/ctrl_dhcp4_srv.cc @@ -494,7 +494,7 @@ ControlledDhcpv4Srv::commandDhcpDisableHandler(const std::string&, NetworkState::ControllerType type = NetworkState::COMMAND; - // Parse arguments to see if the 'max-period' of 'handle-id' parameters have + // Parse arguments to see if the 'max-period' or 'handle-id' parameters have // been specified. if (args) { // Arguments must be a map. diff --git a/src/bin/dhcp6/ctrl_dhcp6_srv.cc b/src/bin/dhcp6/ctrl_dhcp6_srv.cc index f497ccbe14..6c63077175 100644 --- a/src/bin/dhcp6/ctrl_dhcp6_srv.cc +++ b/src/bin/dhcp6/ctrl_dhcp6_srv.cc @@ -497,7 +497,7 @@ ControlledDhcpv6Srv::commandDhcpDisableHandler(const std::string&, NetworkState::ControllerType type = NetworkState::COMMAND; - // Parse arguments to see if the 'max-period' of 'handle-id' parameters have + // Parse arguments to see if the 'max-period' or 'handle-id' parameters have // been specified. if (args) { // Arguments must be a map.