Parcourir la source

spelling: flush

Josh Soref il y a 7 ans
Parent
commit
d98cf04c7d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/lib/dhcpsrv/cfg_expiration.h

+ 1 - 1
src/lib/dhcpsrv/cfg_expiration.h

@@ -313,7 +313,7 @@ CfgExpiration::setupTimers(void (Instance::*reclaim_fun)(const size_t,
         timer_mgr_->setup(RECLAIM_EXPIRED_TIMER_NAME);
     }
 
-    // If the interval for the timer flusing expired-reclaimed leases
+    // If the interval for the timer flushing expired-reclaimed leases
     // is set we will schedule the timer.
     if (!flush_timer_disabled) {
         // The interval is specified in milliseconds if we're in the test mode.