From: Francis Dupont Date: Fri, 19 Oct 2018 14:41:53 +0000 (+0200) Subject: [master] spelling X-Git-Tag: 65-libyang-config-adaptor_base~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13ffd6f819f0642921e14b997b646d370d0c1c38;p=thirdparty%2Fkea.git [master] spelling --- diff --git a/src/lib/yang/adaptor_pool.h b/src/lib/yang/adaptor_pool.h index 16dcc1663b..dde34fab55 100644 --- a/src/lib/yang/adaptor_pool.h +++ b/src/lib/yang/adaptor_pool.h @@ -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.