From 16fc4a3887fcd48a4f71c72294faa4aa83b49d54 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Sat, 15 Apr 2017 20:32:00 +0200 Subject: [PATCH] dnsdist: Fix a typo in the DynBlocks tests comment Thanks Habbie for noticing! --- regression-tests.dnsdist/test_DynBlocks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.47.2