From b741a8871a22c4e6ba3499442ca96d8395ff0bf6 Mon Sep 17 00:00:00 2001 From: Otto Moerbeek Date: Mon, 23 Jan 2023 10:41:57 +0100 Subject: [PATCH] typoe in comment Co-authored-by: Remi Gacogne --- pdns/recursordist/test-syncres_cc10.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/recursordist/test-syncres_cc10.cc b/pdns/recursordist/test-syncres_cc10.cc index 26e44ce085..e416956328 100644 --- a/pdns/recursordist/test-syncres_cc10.cc +++ b/pdns/recursordist/test-syncres_cc10.cc @@ -1601,7 +1601,7 @@ BOOST_AUTO_TEST_CASE(test_servestale_cname_to_nxdomain) BOOST_CHECK(task.d_qname == DNSName("cname.powerdns.com")); BOOST_CHECK_EQUAL(task.d_qtype, QType::A); - // Now simulate a succeeding task execution and NxDomain on expliit CNAME result becomes available + // Now simulate a succeeding task execution and NxDomain on explicit CNAME result becomes available cnameOK = false; sr->setNow(timeval{now + 3 * (theTTL + 1), 0}); downServers.clear(); -- 2.47.2