From c4d9cae9ba28ec9dc30327bbb1599b0ef1326b04 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 May 2020 10:39:58 -0400 Subject: [PATCH] spelling: first --- pdns/shuffle.cc | 2 +- regression-tests.recursor-dnssec/test_RoutingTag.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pdns/shuffle.cc b/pdns/shuffle.cc index faa0608016..5947e64cc4 100644 --- a/pdns/shuffle.cc +++ b/pdns/shuffle.cc @@ -34,7 +34,7 @@ void pdns::shuffle(std::vector& rrs) { std::vector::iterator first, second; - // We assume the CNAMES are listed firts in the ANSWER section and the the other records + // We assume the CNAMES are listed first in the ANSWER section and the the other records // and we want to shuffle the other records only // First we scan for the first non-CNAME ANSWER record diff --git a/regression-tests.recursor-dnssec/test_RoutingTag.py b/regression-tests.recursor-dnssec/test_RoutingTag.py index 76db3bc001..18b14bfe31 100644 --- a/regression-tests.recursor-dnssec/test_RoutingTag.py +++ b/regression-tests.recursor-dnssec/test_RoutingTag.py @@ -142,7 +142,7 @@ end query = dns.message.make_query(nameECS, 'TXT', 'IN') self.sendECSQuery(query, expected2) - # And see if a *no* tag does *not* hit the firts one + # And see if a *no* tag does *not* hit the first one expected3 = dns.rrset.from_text(nameECS, ttlECS, dns.rdataclass.IN, 'TXT', '192.0.3.0/24') self.setRoutingTag(None) ecso = clientsubnetoption.ClientSubnetOption('192.0.3.1', 32) @@ -224,7 +224,7 @@ end query = dns.message.make_query(nameECS, 'TXT', 'IN') self.sendECSQuery(query, expected2) - # And see if a *no* tag does *not* hit the firts one + # And see if a *no* tag does *not* hit the first one expected3 = dns.rrset.from_text(nameECS, ttlECS, dns.rdataclass.IN, 'TXT', '192.0.3.0/24') self.setRoutingTag(None) ecso = clientsubnetoption.ClientSubnetOption('192.0.3.1', 32) -- 2.39.2