]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: queued
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:41:54 +0000 (22:41 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:45 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/dnsdist-tcp.cc

index 1588ea560344581f966c940d308b9df89139ec2f..ba86a35cbc7a1ad08204745efa47b259f6c400d7 100644 (file)
@@ -901,7 +901,7 @@ void IncomingTCPConnectionState::handleIO(std::shared_ptr<IncomingTCPConnectionS
           (state->d_state == IncomingTCPConnectionState::State::idle ||
            state->d_state == IncomingTCPConnectionState::State::waitingForQuery))
       {
-        // try sending querued responses
+        // try sending queued responses
         DEBUGLOG("send responses, if any");
         iostate = sendQueuedResponses(state, now);