From: Otto Moerbeek Date: Tue, 1 Nov 2022 11:38:54 +0000 (+0100) Subject: typo in comment X-Git-Tag: rec-4.8.0-beta2~4^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12150%2Fhead;p=thirdparty%2Fpdns.git typo in comment Co-authored-by: Peter van Dijk (cherry picked from commit 681a49f10b00ba7ee38a55402953d076c7221160) --- diff --git a/pdns/recursordist/test-recursorcache_cc.cc b/pdns/recursordist/test-recursorcache_cc.cc index d68823282e..72977ca7ab 100644 --- a/pdns/recursordist/test-recursorcache_cc.cc +++ b/pdns/recursordist/test-recursorcache_cc.cc @@ -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 retrieved;