Parcourir la source

[master] spelling

Francis Dupont il y a 9 ans
Parent
commit
c7b26c2e62
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

@@ -1372,7 +1372,7 @@ AllocEngine::reclaimExpiredLeases6(const size_t max_leases, const uint16_t timeo
                 skipped = callout_handle->getStatus() == CalloutHandle::NEXT_STEP_SKIP;
             }
 
-            /// @todo: Maybe add support for DROP stauts?
+            /// @todo: Maybe add support for DROP status?
             /// Not sure if we need to support every possible status everywhere.
 
             if (!skipped) {
@@ -1589,7 +1589,7 @@ AllocEngine::reclaimExpiredLeases4(const size_t max_leases, const uint16_t timeo
                 skipped = callout_handle->getStatus() == CalloutHandle::NEXT_STEP_SKIP;
             }
 
-            /// @todo: Maybe add support for DROP stauts?
+            /// @todo: Maybe add support for DROP status?
             /// Not sure if we need to support every possible status everywhere.
 
             if (!skipped) {