From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:47:26 +0000 (-0500) Subject: spelling: with X-Git-Tag: rec-5.4.0-alpha1~61^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ac290a025122791276b745794b82ea60805a2414;p=thirdparty%2Fpdns.git spelling: with Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/recursordist/rec-rust-lib/rust/src/web.rs b/pdns/recursordist/rec-rust-lib/rust/src/web.rs index e473295e00..dd3afd45e0 100644 --- a/pdns/recursordist/rec-rust-lib/rust/src/web.rs +++ b/pdns/recursordist/rec-rust-lib/rust/src/web.rs @@ -556,7 +556,7 @@ async fn process_request( } } - // Fill request and response structs wih default values. + // Fill request and response structs with default values. let mut request = rustweb::Request { body: vec![], uri: rust_request.uri().to_string(), diff --git a/regression-tests.dnsdist/test_OutgoingDOH.py b/regression-tests.dnsdist/test_OutgoingDOH.py index ef8abd4004..72878f13d4 100644 --- a/regression-tests.dnsdist/test_OutgoingDOH.py +++ b/regression-tests.dnsdist/test_OutgoingDOH.py @@ -613,7 +613,7 @@ class TestOutgoingDOHProxyProtocol(DNSDistTest): tlsContext.set_alpn_protocols(["h2"]) tlsContext.load_cert_chain('server.chain', 'server.key') - print("Launching DOH woth Proxy Protocol responder..") + print("Launching DOH with Proxy Protocol responder..") cls._DOHResponder = threading.Thread(name='DOH with Proxy Protocol Responder', target=cls.DOHResponder, args=[cls._tlsBackendPort, cls._toResponderQueue, cls._fromResponderQueue, False, False, None, tlsContext, True]) cls._DOHResponder.daemon = True cls._DOHResponder.start()