From 247ac021635594b73071dde502496a48a0f698b5 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:10:35 -0500 Subject: [PATCH] spelling: get Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- pdns/recursordist/test-recpacketcache_cc.cc | 4 ++-- regression-tests.api/test_TSIG.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/recursordist/test-recpacketcache_cc.cc b/pdns/recursordist/test-recpacketcache_cc.cc index df74d9a743..1d0b9e66bb 100644 --- a/pdns/recursordist/test-recpacketcache_cc.cc +++ b/pdns/recursordist/test-recpacketcache_cc.cc @@ -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); diff --git a/regression-tests.api/test_TSIG.py b/regression-tests.api/test_TSIG.py index 83b99587a5..fd2c0d17d3 100644 --- a/regression-tests.api/test_TSIG.py +++ b/regression-tests.api/test_TSIG.py @@ -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( -- 2.47.3