]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: and
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:06:52 +0000 (14:06 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsreplay.cc
pdns/recursordist/rec-rust-lib/rust/src/web.rs

index 50325eff39f3423a5bfa9822b91452dffceb788e..4f62121ffc7b8929c42ec392c6de960765fb1cab 100644 (file)
@@ -25,7 +25,7 @@ Replay all recursion-desired DNS questions to a specified IP address.
 Track all outgoing questions, remap id to one of ours.
 Also track all recorded answers, and map them to that same id, the 'expectation'.
 
-When we see a question, parse it, give it a QuestionIdentifier, and and an id from the free-id list.
+When we see a question, parse it, give it a QuestionIdentifier, and an id from the free-id list.
 
 When we see an answer in the tcpdump, parse it, make QI, and add it to the original QI
    and check
index b75c1ba12f319bbc70aa979e5b0b5c5db0cc5944..6c6ef25cee810927dd8a3178da572cd6919d71f8 100644 (file)
@@ -881,7 +881,7 @@ pub fn serveweb(
         .enable_io()
         .build()?;
 
-    // For each listening address we spawn a tokio handler an then a single Posix thread is created that
+    // For each listening address we spawn a tokio handler and then a single Posix thread is created that
     // waits (forever) for all of them to complete by joining them all.
     let mut set = JoinSet::new();
     for config in incoming {