From: Remi Gacogne Date: Sat, 15 Apr 2017 18:32:00 +0000 (+0200) Subject: dnsdist: Fix a typo in the DynBlocks tests comment X-Git-Tag: rec-4.1.0-alpha1~159^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5244%2Fhead;p=thirdparty%2Fpdns.git dnsdist: Fix a typo in the DynBlocks tests comment Thanks Habbie for noticing! --- diff --git a/regression-tests.dnsdist/test_DynBlocks.py b/regression-tests.dnsdist/test_DynBlocks.py index 2ac40530c5..fb7c0ce54e 100644 --- a/regression-tests.dnsdist/test_DynBlocks.py +++ b/regression-tests.dnsdist/test_DynBlocks.py @@ -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