]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1601] fixed typo
authorRazvan Becheriu <razvan@isc.org>
Thu, 10 Dec 2020 17:30:22 +0000 (19:30 +0200)
committerRazvan Becheriu <razvan@isc.org>
Fri, 22 Jan 2021 17:15:20 +0000 (17:15 +0000)
src/bin/dhcp4/ctrl_dhcp4_srv.cc
src/bin/dhcp6/ctrl_dhcp6_srv.cc

index 8bea0fce974189154db0cac77aa1e5e4df0c0d07..c3378b458aa4685d89a60ff89c5af8468819fa12 100644 (file)
@@ -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.
index f497ccbe1461432d5e4307c2457ee4ff43b77e4d..6c63077175fed2b134d54b4d687be3228ea2affa 100644 (file)
@@ -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.