]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: should
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 15 May 2020 14:42:48 +0000 (10:42 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 15 May 2020 14:42:48 +0000 (10:42 -0400)
pdns/recursordist/test-recursorcache_cc.cc

index 54fa05b1f6711689d2dda5def78dda3d1ec001a2..ab18ae9d489cef886217cbdc73baf23a11e5a4f5 100644 (file)
@@ -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);