]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo in comment 12150/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 1 Nov 2022 11:38:54 +0000 (12:38 +0100)
committerOtto Moerbeek <otto.moerbeek@open-xchange.com>
Wed, 2 Nov 2022 08:40:22 +0000 (09:40 +0100)
Co-authored-by: Peter van Dijk <peter.van.dijk@powerdns.com>
(cherry picked from commit 681a49f10b00ba7ee38a55402953d076c7221160)

pdns/recursordist/test-recursorcache_cc.cc

index d68823282eeb39f3c647fa3eb9fa7aafb0066b7b..72977ca7ab19283c9185a84f60f9446123cd7640 100644 (file)
@@ -464,7 +464,7 @@ BOOST_AUTO_TEST_CASE(test_RecursorCacheReplaceAuthByNonAuthMargin)
   MRC.replace(now, ns1.d_name, QType(ns1.d_type), records, signatures, authRecords, false, DNSName("powerdns.com."), boost::none);
   BOOST_CHECK_EQUAL(MRC.size(), 1U);
 
-  // Let time pass, if we did not insert the non-auth record, it wil be expired
+  // Let time pass, if we did not insert the non-auth record, it will be expired
   now += expiry / 2;
 
   std::vector<DNSRecord> retrieved;