]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: transition
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:44:42 +0000 (12:44 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-tcp.cc

index 9ebc645586d67a4ec70560f81520985d35ef8012..f816d5b6ba0bf2be3d2b45b4b532e6c50c624a5a 100644 (file)
@@ -772,7 +772,7 @@ static void TCPIOHandlerIO(int fileDesc, FDMultiplexer::funcparam_t& var);
 
 static void TCPIOHandlerStateChange(IOState oldstate, IOState newstate, std::shared_ptr<PacketID>& pid)
 {
-  TCPLOG(pid->tcpsock, "State transation " << int(oldstate) << "->" << int(newstate) << endl);
+  TCPLOG(pid->tcpsock, "State transition " << int(oldstate) << "->" << int(newstate) << endl);
 
   pid->lowState = newstate;