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

index 18b14bfe31b3971695a79ca357c0026115eaba78..63f6c75f8c54cf03a6c0c9a5a9c229d71c3c7e19 100644 (file)
@@ -132,7 +132,7 @@ end
         query = dns.message.make_query(nameECS, 'TXT', 'IN', use_edns=True, options=[ecso], payload=512)
         self.sendECSQuery(query, expected1)
 
-        # Now check a cache hit withg the same routingTag (but no ECS)
+        # Now check a cache hit with the same routingTag (but no ECS)
         query = dns.message.make_query(nameECS, 'TXT', 'IN')
         self.checkECSQueryHit(query, expected1)
 
@@ -214,7 +214,7 @@ end
         query = dns.message.make_query(nameECS, 'TXT', 'IN', use_edns=True, options=[ecso], payload=512)
         self.sendECSQuery(query, expected1)
 
-        # Now check a cache hit withg the same routingTag (but no ECS)
+        # Now check a cache hit with the same routingTag (but no ECS)
         query = dns.message.make_query(nameECS, 'TXT', 'IN')
         self.checkECSQueryHit(query, expected1)