]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3985] spelling
authorFrancis Dupont <fdupont@isc.org>
Sat, 3 Oct 2015 20:17:31 +0000 (22:17 +0200)
committerFrancis Dupont <fdupont@isc.org>
Sat, 3 Oct 2015 20:17:31 +0000 (22:17 +0200)
src/lib/dhcpsrv/alloc_engine.cc

index 71220a13687ed401fd73c13d03585a5bed3c60e3..e63b2e54df112092257bbea21ec897933b109012 100644 (file)
@@ -940,7 +940,7 @@ AllocEngine::reuseExpiredLease(Lease6Ptr& expired, ClientContext6& ctx,
          (ctx.fake_allocation_ == false)) {
         // If this is a declined lease that expired, we need to conduct
         // extra steps for it. However, we do want to conduct those steps
-        // only once. In paricular, if we have an expired declined lease
+        // only once. In particular, if we have an expired declined lease
         // and client sent DHCPDISCOVER and will later send DHCPREQUEST,
         // we only want to call this method once when responding to
         // DHCPREQUEST (when the actual reclaimation takes place).
@@ -2327,7 +2327,7 @@ AllocEngine::reuseExpiredLease4(Lease4Ptr& expired,
          (ctx.fake_allocation_ == false)) {
         // If this is a declined lease that expired, we need to conduct
         // extra steps for it. However, we do want to conduct those steps
-        // only once. In paricular, if we have an expired declined lease
+        // only once. In particular, if we have an expired declined lease
         // and client sent DHCPDISCOVER and will later send DHCPREQUEST,
         // we only want to call this method once when responding to
         // DHCPREQUEST (when the actual reclaimation takes place).