]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: first
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 15 May 2020 14:39:58 +0000 (10:39 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 15 May 2020 14:39:58 +0000 (10:39 -0400)
pdns/shuffle.cc
regression-tests.recursor-dnssec/test_RoutingTag.py

index faa06080167d0efeb21bf8caf65cfac898c5dd50..5947e64cc4dd6a796a41edd561ee41f02350ef5b 100644 (file)
@@ -34,7 +34,7 @@ void pdns::shuffle(std::vector<DNSZoneRecord>& rrs)
 {
   std::vector<DNSZoneRecord>::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
index 76db3bc0015727300aa46251ec2a0fb32bc24c5a..18b14bfe31b3971695a79ca357c0026115eaba78 100644 (file)
@@ -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)