]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist: Fix a typo in the DynBlocks tests comment 5244/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Sat, 15 Apr 2017 18:32:00 +0000 (20:32 +0200)
committerRemi Gacogne <remi.gacogne@powerdns.com>
Sat, 15 Apr 2017 18:32:00 +0000 (20:32 +0200)
Thanks Habbie for noticing!

regression-tests.dnsdist/test_DynBlocks.py

index 2ac40530c572ced64ced21b50d819bd74607f0b7..fb7c0ce54e52116b7acac56c0bc77154aa6eebe0 100644 (file)
@@ -394,7 +394,7 @@ class TestDynBlockResponseBytes(DNSDistTest):
                 # let's clear the response queue
                 self.clearToResponderQueue()
                 # and stop right there, otherwise we might
-                # wait for so long than the dynblock is gone
+                # wait for so long that the dynblock is gone
                 # by the time we finished
                 break
 
@@ -455,7 +455,7 @@ class TestDynBlockResponseBytes(DNSDistTest):
                 # let's clear the response queue
                 self.clearToResponderQueue()
                 # and stop right there, otherwise we might
-                # wait for so long than the dynblock is gone
+                # wait for so long that the dynblock is gone
                 # by the time we finished
                 break