]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: unexpected
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:56:55 +0000 (22:56 -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 398f6fa1db94a38a5e7f54dc53584922a68e7c3c..c9a4d66b2e5be7b5e69de797a9ec043f2c5e4dd1 100644 (file)
@@ -545,7 +545,7 @@ void IncomingTCPConnectionState::handleResponse(std::shared_ptr<IncomingTCPConne
     }
   }
   catch (const std::exception& e) {
-    vinfolog("Unxpected exception while handling response from backend: %s", e.what());
+    vinfolog("Unexpected exception while handling response from backend: %s", e.what());
     state->terminateClientConnection();
     return;
   }