From: Josh Soref Date: Sun, 23 Jul 2017 15:45:12 +0000 (-0400) Subject: spelling: canceling X-Git-Tag: trac5124a_base~35^2~197 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7117a1ab2a0fa50dc63786d9ded4c83703b2afbd;p=thirdparty%2Fkea.git spelling: canceling --- diff --git a/src/lib/dhcpsrv/tests/timer_mgr_unittest.cc b/src/lib/dhcpsrv/tests/timer_mgr_unittest.cc index 39d89f4278..43ef1ac935 100644 --- a/src/lib/dhcpsrv/tests/timer_mgr_unittest.cc +++ b/src/lib/dhcpsrv/tests/timer_mgr_unittest.cc @@ -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"));