From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:06:52 +0000 (-0500) Subject: spelling: and X-Git-Tag: rec-5.4.0-alpha1~61^2~81 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed106cbd2da8b46e992c3eea9b171c2d177d4d53;p=thirdparty%2Fpdns.git spelling: and Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsreplay.cc b/pdns/dnsreplay.cc index 50325eff39..4f62121ffc 100644 --- a/pdns/dnsreplay.cc +++ b/pdns/dnsreplay.cc @@ -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 diff --git a/pdns/recursordist/rec-rust-lib/rust/src/web.rs b/pdns/recursordist/rec-rust-lib/rust/src/web.rs index b75c1ba12f..6c6ef25cee 100644 --- a/pdns/recursordist/rec-rust-lib/rust/src/web.rs +++ b/pdns/recursordist/rec-rust-lib/rust/src/web.rs @@ -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 {