]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: backend
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:30:37 +0000 (22:30 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:44 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/dnsdistdist/test-dnsdisttcp_cc.cc

index d99c41bd215a3dd2f96fca283360ff90f0d69a26..cf1a53e24608a84fab0422c65cd0c682da96c5aa 100644 (file)
@@ -2443,7 +2443,7 @@ BOOST_AUTO_TEST_CASE(test_IncomingConnectionOOOR_BackendOOOR)
         /* the client descriptor is NOT ready */
         dynamic_cast<MockupFDMultiplexer*>(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<MockupFDMultiplexer*>(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 */