From: Josh Soref Date: Thu, 11 Mar 2021 03:30:37 +0000 (-0500) Subject: spelling: backend X-Git-Tag: rec-4.5.0-beta1~30^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=269bdd1339ab89a50e4aee2a5878f8c9f90bbe3f;p=thirdparty%2Fpdns.git spelling: backend Signed-off-by: Josh Soref --- 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 */