From: Josh Soref Date: Fri, 15 May 2020 14:44:51 +0000 (-0400) Subject: spelling: with X-Git-Tag: dnsdist-1.5.0-rc3~56^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=495f88ad57f02d2befced38d9355d3d50c2b20d5;p=thirdparty%2Fpdns.git spelling: with --- diff --git a/regression-tests.recursor-dnssec/test_RoutingTag.py b/regression-tests.recursor-dnssec/test_RoutingTag.py index 18b14bfe31..63f6c75f8c 100644 --- a/regression-tests.recursor-dnssec/test_RoutingTag.py +++ b/regression-tests.recursor-dnssec/test_RoutingTag.py @@ -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)