From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:44:42 +0000 (-0500) Subject: spelling: transition X-Git-Tag: rec-5.4.0-alpha1~61^2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0feb7a3a416b0b6d4554d51f9baba9e27141383;p=thirdparty%2Fpdns.git spelling: transition Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/rec-tcp.cc b/pdns/recursordist/rec-tcp.cc index 9ebc645586..f816d5b6ba 100644 --- a/pdns/recursordist/rec-tcp.cc +++ b/pdns/recursordist/rec-tcp.cc @@ -772,7 +772,7 @@ static void TCPIOHandlerIO(int fileDesc, FDMultiplexer::funcparam_t& var); static void TCPIOHandlerStateChange(IOState oldstate, IOState newstate, std::shared_ptr& pid) { - TCPLOG(pid->tcpsock, "State transation " << int(oldstate) << "->" << int(newstate) << endl); + TCPLOG(pid->tcpsock, "State transition " << int(oldstate) << "->" << int(newstate) << endl); pid->lowState = newstate;