]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: canceling
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:45:12 +0000 (11:45 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 15:45:12 +0000 (11:45 -0400)
src/lib/dhcpsrv/tests/timer_mgr_unittest.cc

index 39d89f427816e6ac305cce37190e658523768058..43ef1ac935fab664cfc0a1c2001d04ced7d00892 100644 (file)
@@ -269,10 +269,10 @@ TEST_F(TimerMgrTest, cancel) {
 
     doWait(500);
 
-    // Cancelling non-existing timer should fail.
+    // Canceling non-existing timer should fail.
     EXPECT_THROW(timer_mgr_->cancel("timer2"), BadValue);
 
-    // Cancelling the good one should pass, even when the worker
+    // Canceling the good one should pass, even when the worker
     // thread is running.
     ASSERT_NO_THROW(timer_mgr_->cancel("timer1"));