]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: response
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 17:35:47 +0000 (12:35 -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/dnsdistdist/dnsdist-healthchecks.cc
regression-tests.dnsdist/test_Caching.py

index 3081efdcb1a7a16bb1b9ea7e25d55d1fcb4f5536..aed2420cd4f1037f856dfb62f58f1be1edebf6c2 100644 (file)
@@ -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
index 69c8a12ea7fcd169365319ef5f968369e93d7945..aebe8c7a27116e0cc5ec07cea68d921619aa85eb 100644 (file)
@@ -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)