]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: occurred
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:40:09 +0000 (22:40 -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/dnsdistdist/dnsdist-tcp-downstream.cc

index 3d2a2935e2752dff83d5c5308cd9dc04fe31ad22..bb49aca9bd13e5e060d4a114310075329f26d9c5 100644 (file)
@@ -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_ptr<TCPConnectionToBa
 
   auto& clientConn = d_clientConn;
   if (!clientConn || !clientConn->active()) {
-    // a client timeout occured, or something like that */
+    // a client timeout occurred, or something like that */
     d_connectionDied = true;
 
     release();