From: Razvan Becheriu Date: Tue, 18 May 2021 21:21:13 +0000 (+0300) Subject: [#1818] fixed typos X-Git-Tag: Kea-1.9.8~53 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=40966798f7120b17ebe1c0fc7ba3fb77d95326eb;p=thirdparty%2Fkea.git [#1818] fixed typos --- diff --git a/src/hooks/dhcp/high_availability/ha_service.cc b/src/hooks/dhcp/high_availability/ha_service.cc index 2e9b883411..387d31b88a 100644 --- a/src/hooks/dhcp/high_availability/ha_service.cc +++ b/src/hooks/dhcp/high_availability/ha_service.cc @@ -2832,7 +2832,7 @@ HAService::startClientAndListener() { void HAService::pauseClientAndListener() { // Since we're used as CS callback we need to suppress - // any exceptions, unlikey though they may be. + // any exceptions, unlikely though they may be. try { if (client_) { client_->pause(); @@ -2850,7 +2850,7 @@ HAService::pauseClientAndListener() { void HAService::resumeClientAndListener() { // Since we're used as CS callback we need to suppress - // any exceptions, unlikey though they may be. + // any exceptions, unlikely though they may be. try { if (client_) { client_->resume();