]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[master] spelling
authorFrancis Dupont <fdupont@isc.org>
Wed, 21 Oct 2015 19:21:55 +0000 (21:21 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 21 Oct 2015 19:21:55 +0000 (21:21 +0200)
src/lib/dhcpsrv/alloc_engine.cc

index 1089a14d6c405f58c790ca5aa3a0aa17d0d26223..3d99674fc5f469dd5c36bd8279d891b8df3a9513 100644 (file)
@@ -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) {