Parcourir la source

[3985] spelling

Francis Dupont il y a 9 ans
Parent
commit
29125cc147
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      src/lib/dhcpsrv/alloc_engine.cc

+ 2 - 2
src/lib/dhcpsrv/alloc_engine.cc

@@ -940,7 +940,7 @@ AllocEngine::reuseExpiredLease(Lease6Ptr& expired, ClientContext6& ctx,
          (ctx.fake_allocation_ == false)) {
          (ctx.fake_allocation_ == false)) {
         // If this is a declined lease that expired, we need to conduct
         // If this is a declined lease that expired, we need to conduct
         // extra steps for it. However, we do want to conduct those steps
         // 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,
         // and client sent DHCPDISCOVER and will later send DHCPREQUEST,
         // we only want to call this method once when responding to
         // we only want to call this method once when responding to
         // DHCPREQUEST (when the actual reclaimation takes place).
         // DHCPREQUEST (when the actual reclaimation takes place).
@@ -2327,7 +2327,7 @@ AllocEngine::reuseExpiredLease4(Lease4Ptr& expired,
          (ctx.fake_allocation_ == false)) {
          (ctx.fake_allocation_ == false)) {
         // If this is a declined lease that expired, we need to conduct
         // If this is a declined lease that expired, we need to conduct
         // extra steps for it. However, we do want to conduct those steps
         // 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,
         // and client sent DHCPDISCOVER and will later send DHCPREQUEST,
         // we only want to call this method once when responding to
         // we only want to call this method once when responding to
         // DHCPREQUEST (when the actual reclaimation takes place).
         // DHCPREQUEST (when the actual reclaimation takes place).