From 7117a1ab2a0fa50dc63786d9ded4c83703b2afbd Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Sun, 23 Jul 2017 11:45:12 -0400 Subject: [PATCH] spelling: canceling --- src/lib/dhcpsrv/tests/timer_mgr_unittest.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")); -- 2.47.3