From: Josh Soref Date: Wed, 10 Mar 2021 12:34:50 +0000 (-0500) Subject: spelling: should X-Git-Tag: rec-4.5.0-beta1~30^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2904184f4877337d0f52813f7a4664687752edb9;p=thirdparty%2Fpdns.git spelling: should Signed-off-by: Josh Soref --- diff --git a/.github/actions/spell-check/allow.txt b/.github/actions/spell-check/allow.txt index fcd028aac9..d74f309f07 100644 --- a/.github/actions/spell-check/allow.txt +++ b/.github/actions/spell-check/allow.txt @@ -1523,7 +1523,6 @@ HResearch hsa HSIZE HSmu -hsould HSw htmlfiles htobe diff --git a/pdns/dnsdistdist/test-dnsdistdynblocks_hh.cc b/pdns/dnsdistdist/test-dnsdistdynblocks_hh.cc index e817e1916e..374f8db2a7 100644 --- a/pdns/dnsdistdist/test-dnsdistdynblocks_hh.cc +++ b/pdns/dnsdistdist/test-dnsdistdynblocks_hh.cc @@ -668,7 +668,7 @@ BOOST_AUTO_TEST_CASE(test_DynBlockRulesGroup_Warning) { BOOST_CHECK_EQUAL(static_cast(block.until.tv_sec), now.tv_sec + blockDuration); BOOST_CHECK(block.domain.empty()); BOOST_CHECK(block.action == action); - /* this hsould have been preserved */ + /* this should have been preserved */ BOOST_CHECK_EQUAL(block.blocks, 1U); BOOST_CHECK_EQUAL(block.warning, false); block.blocks++; @@ -698,7 +698,7 @@ BOOST_AUTO_TEST_CASE(test_DynBlockRulesGroup_Warning) { BOOST_CHECK_EQUAL(static_cast(block.until.tv_sec), now.tv_sec + blockDuration); BOOST_CHECK(block.domain.empty()); BOOST_CHECK(block.action == action); - /* this hsould have been preserved */ + /* this should have been preserved */ BOOST_CHECK_EQUAL(block.blocks, 2U); BOOST_CHECK_EQUAL(block.warning, false); }