From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:37:51 +0000 (-0500) Subject: spelling: could X-Git-Tag: rec-5.4.0-alpha1~61^2~71 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9758f26d75333afefd3514d63c17db3298e49e5b;p=thirdparty%2Fpdns.git spelling: could Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/dnsdist-nghttp2-in.cc b/pdns/dnsdistdist/dnsdist-nghttp2-in.cc index 87f164a2bd..6161bbfa82 100644 --- a/pdns/dnsdistdist/dnsdist-nghttp2-in.cc +++ b/pdns/dnsdistdist/dnsdist-nghttp2-in.cc @@ -262,7 +262,7 @@ IncomingHTTP2Connection::IncomingHTTP2Connection(ConnectionInfo&& connectionInfo nghttp2_session* sess = nullptr; if (nghttp2_session_server_new(&sess, callbacks.get(), this) != 0) { - throw std::runtime_error("Coult not allocate a new incoming HTTP/2 session"); + throw std::runtime_error("Could not allocate a new incoming HTTP/2 session"); } d_session = std::unique_ptr(sess, nghttp2_session_del); diff --git a/pdns/dnsdistdist/dnsdist-nghttp2.cc b/pdns/dnsdistdist/dnsdist-nghttp2.cc index c5be3a1c88..071ae74a30 100644 --- a/pdns/dnsdistdist/dnsdist-nghttp2.cc +++ b/pdns/dnsdistdist/dnsdist-nghttp2.cc @@ -813,7 +813,7 @@ DoHConnectionToBackend::DoHConnectionToBackend(const std::shared_ptrtcpDiedSendingQuery; - vinfolog("Coult not allocate a new HTTP/2 session"); + vinfolog("Could not allocate a new HTTP/2 session"); return; }