From: Francis Dupont Date: Wed, 21 Oct 2015 19:21:55 +0000 (+0200) Subject: [master] spelling X-Git-Tag: fdfb_base~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7b26c2e6274e56676c69bb793c26d53b17ad959;p=thirdparty%2Fkea.git [master] spelling --- diff --git a/src/lib/dhcpsrv/alloc_engine.cc b/src/lib/dhcpsrv/alloc_engine.cc index 1089a14d6c..3d99674fc5 100644 --- a/src/lib/dhcpsrv/alloc_engine.cc +++ b/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) {