]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: get
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 19:10:35 +0000 (14:10 -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/recursordist/test-recpacketcache_cc.cc
regression-tests.api/test_TSIG.py

index df74d9a7430d59abfbfe8195fecbdeb03470d9aa..1d0b9e66bbb3e2f02a35be233255aa02e6c2dc60 100644 (file)
@@ -253,7 +253,7 @@ BOOST_AUTO_TEST_CASE(test_recPacketCache_Tags)
   BOOST_CHECK_EQUAL(rpc.getResponsePacket(tag1, qpacket, qname, QType::A, QClass::IN, time(nullptr), &fpacket, &age, &temphash), false);
   BOOST_CHECK_EQUAL(qhash, temphash);
 
-  /* Different tag, should still get get the same hash, for both interfaces */
+  /* Different tag, should still get the same hash, for both interfaces */
   BOOST_CHECK_EQUAL(rpc.getResponsePacket(tag2, qpacket, time(nullptr), &fpacket, &age, &temphash), false);
   BOOST_CHECK_EQUAL(qhash, temphash);
   BOOST_CHECK_EQUAL(rpc.getResponsePacket(tag2, qpacket, qname, QType::A, QClass::IN, time(nullptr), &fpacket, &age, &temphash), false);
@@ -367,7 +367,7 @@ BOOST_AUTO_TEST_CASE(test_recPacketCache_TCP)
   BOOST_CHECK_EQUAL(rpc.getResponsePacket(0, qpacket, qname, QType::A, QClass::IN, time(nullptr), &fpacket, &age, nullptr, &temphash, nullptr, false), false);
   BOOST_CHECK_EQUAL(qhash, temphash);
 
-  /* Different tcp/udp, should still get get the same hash, for both interfaces */
+  /* Different tcp/udp, should still get the same hash, for both interfaces */
   BOOST_CHECK_EQUAL(rpc.getResponsePacket(0, qpacket, time(nullptr), &fpacket, &age, &qhash), false);
   BOOST_CHECK_EQUAL(rpc.getResponsePacket(0, qpacket, qname, QType::A, QClass::IN, time(nullptr), &fpacket, &age, nullptr, &temphash, nullptr, true), false);
   BOOST_CHECK_EQUAL(qhash, temphash);
index 83b99587a5dbfcf450fac998141a3b7b12e471a8..fd2c0d17d337f90385cbd09e1388c7bd5aaecc6d 100644 (file)
@@ -58,7 +58,7 @@ class AuthTSIG(ApiTestCase, AuthTSIGHelperMixin):
 
     def test_get_non_existing_key(self):
         """
-        Try to get get a key that does not exist
+        Try to get a key that does not exist
         """
         name = "idonotexist"
         r = self.session.get(self.url(