From: Josh Soref Date: Thu, 11 Mar 2021 03:40:09 +0000 (-0500) Subject: spelling: occurred X-Git-Tag: rec-4.5.0-beta1~30^2~23 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9488b5a3487c8be018252c8f247a296768b579e0;p=thirdparty%2Fpdns.git spelling: occurred Signed-off-by: Josh Soref --- diff --git a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc index 3d2a2935e2..bb49aca9bd 100644 --- a/pdns/dnsdistdist/dnsdist-tcp-downstream.cc +++ b/pdns/dnsdistdist/dnsdist-tcp-downstream.cc @@ -380,7 +380,7 @@ void TCPConnectionToBackend::notifyAllQueriesFailed(const struct timeval& now, F auto& clientConn = d_clientConn; if (!clientConn->active()) { - // a client timeout occured, or something like that */ + // a client timeout occurred, or something like that */ d_clientConn.reset(); return; } @@ -421,7 +421,7 @@ IOState TCPConnectionToBackend::handleResponse(std::shared_ptractive()) { - // a client timeout occured, or something like that */ + // a client timeout occurred, or something like that */ d_connectionDied = true; release();