]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1818] fixed typos
authorRazvan Becheriu <razvan@isc.org>
Tue, 18 May 2021 21:21:13 +0000 (00:21 +0300)
committerThomas Markwalder <tmark@isc.org>
Wed, 19 May 2021 20:15:59 +0000 (16:15 -0400)
src/hooks/dhcp/high_availability/ha_service.cc

index 2e9b88341164c9ee1016d8177c98e5e4d5d92b90..387d31b88a733d162fcd03274bf668d939709dc9 100644 (file)
@@ -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();