Skip to content

Commit

Permalink
fix spelling mistake in comment
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Puncel <mpuncel@squareup.com>
  • Loading branch information
mpuncel committed Oct 15, 2020
1 parent 9f83533 commit 736d0ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/common/upstream/health_checker_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -2528,7 +2528,7 @@ TEST_F(HttpHealthCheckerImplTest, GoAwayErrorProbeInProgress) {
EXPECT_CALL(*test_sessions_[0]->timeout_timer_, enableTimer(_, _));
health_checker_->start();

// We start off as healthy, and should continue to be healhy.
// We start off as healthy, and should continue to be healthy.
EXPECT_CALL(*test_sessions_[0]->interval_timer_, enableTimer(_, _));
EXPECT_CALL(*test_sessions_[0]->timeout_timer_, disableTimer());
respond(0, "200", false, false, true, false, {}, false);
Expand Down

0 comments on commit 736d0ca

Please sign in to comment.