From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:35:47 +0000 (-0500) Subject: spelling: response X-Git-Tag: rec-5.4.0-alpha1~61^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e69f164f2a72bd1766dfc101ec656f9e2fae3994;p=thirdparty%2Fpdns.git spelling: response Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/dnsdist-healthchecks.cc b/pdns/dnsdistdist/dnsdist-healthchecks.cc index 3081efdcb1..aed2420cd4 100644 --- a/pdns/dnsdistdist/dnsdist-healthchecks.cc +++ b/pdns/dnsdistdist/dnsdist-healthchecks.cc @@ -167,7 +167,7 @@ public: { (void)now; (void)response; - throw std::runtime_error("Unexpected XFR reponse to a health check query"); + throw std::runtime_error("Unexpected XFR response to a health check query"); } void notifyIOError(const struct timeval& now, [[maybe_unused]] TCPResponse&& response) override diff --git a/regression-tests.dnsdist/test_Caching.py b/regression-tests.dnsdist/test_Caching.py index 69c8a12ea7..aebe8c7a27 100644 --- a/regression-tests.dnsdist/test_Caching.py +++ b/regression-tests.dnsdist/test_Caching.py @@ -3238,7 +3238,7 @@ class TestCachingPayloadRanks(DNSDistTest): dns.rdataclass.IN, dns.rdatatype.AAAA, v6addr_list) - response2.answer.append(rrset2) # reponse > 40x(16+10)=1040 bytes + response2.answer.append(rrset2) # response > 40x(16+10)=1040 bytes # first query to fill the cache (receivedQuery, receivedResponse) = self.sendUDPQuery(query2, response2)