]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: with
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:47:26 +0000 (12:47 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:32:42 +0000 (07:32 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/recursordist/rec-rust-lib/rust/src/web.rs
regression-tests.dnsdist/test_OutgoingDOH.py

index e473295e00c1695ca72351804b0f09dc1cb0c3a2..dd3afd45e0c64c62c05f8c6b4cb02a5c078bd43e 100644 (file)
@@ -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(),
index ef8abd40049acebe86339dca1478ce46880a6b38..72878f13d442b4cf3e9db08d84bb6cb7cf720da6 100644 (file)
@@ -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()