]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: raised
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 10 Mar 2021 15:28:17 +0000 (10:28 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:45 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
.github/actions/spell-check/allow.txt
pdns/recursordist/test-recursorcache_cc.cc

index 4b08c2df6d1fe76f1ae60c50320c9df7e712cc1a..6810af20bd38040b744cd04885b96aa0bb815ac5 100644 (file)
@@ -3116,7 +3116,6 @@ QWN
 qx
 Qxh
 raddr
-raisd
 randomid
 rarg
 rattr
index 7a8b3532afc7868e684a8d4c859808a449246dd9..89ed63d426af23d7fedd616e3d5fabcfbee08ed2 100644 (file)
@@ -419,7 +419,7 @@ BOOST_AUTO_TEST_CASE(test_RecursorCacheGhost)
   MRC.replace(now, ns1.d_name, QType(ns1.d_type), records, signatures, authRecords, true, DNSName("ghost.powerdns.com."), boost::none);
   BOOST_CHECK_EQUAL(MRC.size(), 1U);
 
-  /* the TTL should not have been raisd */
+  /* the TTL should not have been raised */
   std::vector<DNSRecord> retrieved;
   BOOST_CHECK_EQUAL(MRC.get(now, ghost, QType(QType::NS), false, &retrieved, ComboAddress("192.0.2.2")), (ttd - now));
   BOOST_REQUIRE_EQUAL(retrieved.size(), 1U);