From: Josh Soref Date: Wed, 10 Mar 2021 13:15:45 +0000 (-0500) Subject: spelling: mismatching X-Git-Tag: rec-4.5.0-beta1~30^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce3b897d794fe3c527b802c61650f15170262565;p=thirdparty%2Fpdns.git spelling: mismatching Signed-off-by: Josh Soref --- diff --git a/.github/actions/spell-check/allow.txt b/.github/actions/spell-check/allow.txt index 821d5072a2..fd4bb3998e 100644 --- a/.github/actions/spell-check/allow.txt +++ b/.github/actions/spell-check/allow.txt @@ -2211,7 +2211,6 @@ mintime minttl MIPSEB mipsel -mistmatching Mixin Miy Mj diff --git a/pdns/test-ixfr_cc.cc b/pdns/test-ixfr_cc.cc index 4bd5c1459c..63d78ea178 100644 --- a/pdns/test-ixfr_cc.cc +++ b/pdns/test-ixfr_cc.cc @@ -272,7 +272,7 @@ BOOST_AUTO_TEST_CASE(test_ixfr_invalid_no_soa_after_removals) { BOOST_CHECK_THROW(processIXFRRecords(master, zone, records, std::dynamic_pointer_cast(masterSOA)), std::runtime_error); } -BOOST_AUTO_TEST_CASE(test_ixfr_mistmatching_serial_before_and_after_additions) { +BOOST_AUTO_TEST_CASE(test_ixfr_mismatching_serial_before_and_after_additions) { const ComboAddress master("[2001:DB8::1]:53"); const DNSName zone("JAIN.AD.JP.");