From: Otto Moerbeek Date: Mon, 23 Jan 2023 09:41:57 +0000 (+0100) Subject: typoe in comment X-Git-Tag: dnsdist-1.8.0-rc1~93^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F12395%2Fhead;p=thirdparty%2Fpdns.git typoe in comment Co-authored-by: Remi Gacogne --- 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();