From: Marcin Siodelski Date: Wed, 27 Jun 2018 12:11:18 +0000 (+0200) Subject: [5654] Fix spell check issues in HA unit tests. X-Git-Tag: trac5555_base~3^2~1^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6762dd31dc660007cb669e18c83f13d03191b5e4;p=thirdparty%2Fkea.git [5654] Fix spell check issues in HA unit tests. --- diff --git a/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc b/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc index 65e4f9dd79..572f71754f 100644 --- a/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc +++ b/src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc @@ -2793,7 +2793,7 @@ TEST_F(HAServiceStateMachineTest, waitingParterDownLoadBalancingPartnerDown) { startService(createValidConfiguration()); EXPECT_EQ(HA_WAITING_ST, service_->getCurrState()); - // WAITING state: no heartbeat reponse for a long period of time. + // WAITING state: no heartbeat response for a long period of time. ASSERT_NO_FATAL_FAILURE(waitForEvent(HAService::HA_HEARTBEAT_COMPLETE_EVT)); simulateNoCommunication(); ASSERT_TRUE(isDoingHeartbeat()); @@ -2883,7 +2883,7 @@ TEST_F(HAServiceStateMachineTest, waitingParterDownLoadBalancingPartnerDown) { // 5. I can communicate with the partner so I transition to the hot-standby // state as a standby server. // 6. Patrtner stops responding again. -// 7. I monitor communication with the patner and eventually consider the +// 7. I monitor communication with the partner and eventually consider the // communication to be interrupted. // 8. I start monitoring the DHCP traffic directed to the partner and observe // delays in responses.