From: Josh Soref Date: Fri, 15 May 2020 14:42:48 +0000 (-0400) Subject: spelling: should X-Git-Tag: dnsdist-1.5.0-rc3~56^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9bf300a55078dde94cbf4f4fe7b6703662ec5eda;p=thirdparty%2Fpdns.git spelling: should --- diff --git a/pdns/recursordist/test-recursorcache_cc.cc b/pdns/recursordist/test-recursorcache_cc.cc index 54fa05b1f6..ab18ae9d48 100644 --- a/pdns/recursordist/test-recursorcache_cc.cc +++ b/pdns/recursordist/test-recursorcache_cc.cc @@ -1087,7 +1087,7 @@ BOOST_AUTO_TEST_CASE(test_RecursorCacheTagged) BOOST_CHECK_LT(MRC.get(now, power, QType(QType::A), false, &retrieved, ComboAddress("127.0.0.1"), boost::none), 0); BOOST_REQUIRE_EQUAL(retrieved.size(), 0U); - // if no tag given and no-non-tagged entries matches nothing shoudl be returned + // if no tag given and no-non-tagged entries matches nothing should be returned BOOST_CHECK_LT(MRC.get(now, power, QType(QType::A), false, &retrieved, ComboAddress("192.0.2.2"), boost::none), 0); BOOST_REQUIRE_EQUAL(retrieved.size(), 0U);