From: Otto Moerbeek Date: Tue, 12 Oct 2021 13:49:56 +0000 (+0200) Subject: typo X-Git-Tag: dnsdist-1.7.0-alpha2~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F10797%2Fhead;p=thirdparty%2Fpdns.git typo Co-authored-by: Remi Gacogne --- diff --git a/regression-tests.recursor-dnssec/test_PacketCache.py b/regression-tests.recursor-dnssec/test_PacketCache.py index aaaa0700f0..35b6039558 100644 --- a/regression-tests.recursor-dnssec/test_PacketCache.py +++ b/regression-tests.recursor-dnssec/test_PacketCache.py @@ -158,7 +158,7 @@ f 3600 IN CNAME f ; CNAME loop: dirty trick to get a ServFail in an a self.assertRcodeEqual(res, dns.rcode.SERVFAIL) self.checkPacketCacheMetrics(6, 7) - # We peek into the cache to check TTLs and allow TTLs te be one lower than inserted since the clock might have ticked + # We peek into the cache to check TTLs and allow TTLs to be one lower than inserted since the clock might have ticked rec_controlCmd = [os.environ['RECCONTROL'], '--config-dir=%s' % 'configs/' + self._confdir, 'dump-cache', '-']