]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typoe in comment 12395/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Mon, 23 Jan 2023 09:41:57 +0000 (10:41 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Jan 2023 09:41:57 +0000 (10:41 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/recursordist/test-syncres_cc10.cc

index 26e44ce0854ecbd1c2eb101d2746f986bd38db02..e41695632842bf6f730318b980d2b661235c9fab 100644 (file)
@@ -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();