From 269bdd1339ab89a50e4aee2a5878f8c9f90bbe3f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 10 Mar 2021 22:30:37 -0500 Subject: [PATCH] spelling: backend Signed-off-by: Josh Soref --- pdns/dnsdistdist/test-dnsdisttcp_cc.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdns/dnsdistdist/test-dnsdisttcp_cc.cc b/pdns/dnsdistdist/test-dnsdisttcp_cc.cc index d99c41bd21..cf1a53e246 100644 --- a/pdns/dnsdistdist/test-dnsdisttcp_cc.cc +++ b/pdns/dnsdistdist/test-dnsdisttcp_cc.cc @@ -2443,7 +2443,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnectionOOOR_BackendOOOR) /* the client descriptor is NOT ready */ dynamic_cast(threadData.mplexer.get())->setNotReady(desc); } }, - /* read the response (2) from the bacend */ + /* read the response (2) from the backend */ { ExpectedStep::ExpectedRequest::readFromBackend, IOState::Done, 2 }, { ExpectedStep::ExpectedRequest::readFromBackend, IOState::Done, responses.at(1).size() - 2 }, /* trying to send response (2) to the client but blocking */ @@ -2571,7 +2571,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnectionOOOR_BackendOOOR) /* the backend descriptor becomes ready */ dynamic_cast(threadData.mplexer.get())->setReady(desc); } }, - /* read the response (1) from the bacend */ + /* read the response (1) from the backend */ { ExpectedStep::ExpectedRequest::readFromBackend, IOState::Done, 2 }, { ExpectedStep::ExpectedRequest::readFromBackend, IOState::Done, axfrResponses.at(0).size() - 2 }, /* sending response (1) to the client */ -- 2.47.2