From 2349c08f2d024ed3b992b341aa0fe4b03db1bf02 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Tue, 1 Nov 2022 12:38:54 +0100 Subject: [PATCH] typo in comment Co-authored-by: Peter van Dijk (cherry picked from commit 681a49f10b00ba7ee38a55402953d076c7221160) --- pdns/recursordist/test-recursorcache_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2