From 9c12150c55f9e5dc00c579eeddf137096fefaa18 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 10 Mar 2021 10:28:17 -0500 Subject: [PATCH] spelling: raised Signed-off-by: Josh Soref --- .github/actions/spell-check/allow.txt | 1 - pdns/recursordist/test-recursorcache_cc.cc | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/actions/spell-check/allow.txt b/.github/actions/spell-check/allow.txt index 4b08c2df6d..6810af20bd 100644 --- a/.github/actions/spell-check/allow.txt +++ b/.github/actions/spell-check/allow.txt @@ -3116,7 +3116,6 @@ QWN qx Qxh raddr -raisd randomid rarg rattr diff --git a/pdns/recursordist/test-recursorcache_cc.cc b/pdns/recursordist/test-recursorcache_cc.cc index 7a8b3532af..89ed63d426 100644 --- a/pdns/recursordist/test-recursorcache_cc.cc +++ b/pdns/recursordist/test-recursorcache_cc.cc @@ -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 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); -- 2.47.2