]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo 10797/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 12 Oct 2021 13:49:56 +0000 (15:49 +0200)
committerGitHub <noreply@github.com>
Tue, 12 Oct 2021 13:49:56 +0000 (15:49 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
regression-tests.recursor-dnssec/test_PacketCache.py

index aaaa0700f09ab75ba1e7e2e88a1fc7e0ad1a21ab..35b6039558be149ce85e8508ddd9a958fd42cdb1 100644 (file)
@@ -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', '-']