From a4a0c6a88dea2b3bdb4822120145231c8fb09a18 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 12 Oct 2021 15:49:56 +0200 Subject: [PATCH] typo Co-authored-by: Remi Gacogne --- regression-tests.recursor-dnssec/test_PacketCache.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', '-'] -- 2.47.2