]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] spelling
authorFrancis Dupont <fdupont@isc.org>
Fri, 19 Oct 2018 14:41:53 +0000 (16:41 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 19 Oct 2018 14:41:53 +0000 (16:41 +0200)
src/lib/yang/adaptor_pool.h

index 16dcc1663ba8cbd875fe442fbc66dd1469eb1de8..dde34fab55eebbde59fcffeebcbab9ce44af4b14 100644 (file)
@@ -44,7 +44,7 @@ public:
     ///
     /// Move parameters from the subnet to each pool. Currently the only
     /// supported model is ietf-dhcpv6-server. The parameters moved are
-    /// valid-lifetime, preferred-lifetime, renew-timer, renbind-timer.
+    /// valid-lifetime, preferred-lifetime, renew-timer, rebind-timer.
     ///
     /// @param model Model name.
     /// @param subnet The subnet element.
@@ -58,7 +58,7 @@ public:
     ///
     /// Move parameters from pool to its partent subnet. Currently the only
     /// supported model is ietf-dhcpv6-server. The parameters moved are
-    /// valid-lifetime, preferred-lifetime, renew-timer, renbind-timer.
+    /// valid-lifetime, preferred-lifetime, renew-timer, rebind-timer.
     ///
     /// @note: currently it is the only from YANG to JSON aka
     /// post-processing adaptor.