From e69f164f2a72bd1766dfc101ec656f9e2fae3994 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 12:35:47 -0500 Subject: [PATCH] spelling: response Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/dnsdistdist/dnsdist-healthchecks.cc | 2 +- regression-tests.dnsdist/test_Caching.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) -- 2.47.3