]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: mismatching
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 10 Mar 2021 13:15:45 +0000 (08:15 -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/test-ixfr_cc.cc

index 821d5072a2067dadee37cc2d197f1b2c545a7253..fd4bb3998ec72bf4fc2e0a76b86d7e7f1bb42a61 100644 (file)
@@ -2211,7 +2211,6 @@ mintime
 minttl
 MIPSEB
 mipsel
-mistmatching
 Mixin
 Miy
 Mj
index 4bd5c1459c137d74e6f6955664e0d60455a38354..63d78ea17856dddb5f68d2651225ca711d6f3229 100644 (file)
@@ -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<SOARecordContent>(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.");