]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[5654] Fix spell check issues in HA unit tests.
authorMarcin Siodelski <marcin@isc.org>
Wed, 27 Jun 2018 12:11:18 +0000 (14:11 +0200)
committerMarcin Siodelski <marcin@isc.org>
Wed, 27 Jun 2018 12:12:39 +0000 (14:12 +0200)
src/hooks/dhcp/high_availability/tests/ha_service_unittest.cc

index 65e4f9dd79d8ca826a1216af7ff09e086e1e434b..572f71754fbe0a8ac3344f8f7caae635f0b35c52 100644 (file)
@@ -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.