]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: explicit
authorJosh Soref <jsoref@users.noreply.github.com>
Thu, 11 Mar 2021 03:35:57 +0000 (22:35 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:44 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
pdns/test-recpacketcache_cc.cc

index 720ad959081377d234e50aa5cfaf4df327fd108d..a70e0a874ba02ef76b3c8cbf7ca8d41e26abf231 100644 (file)
@@ -369,7 +369,7 @@ BOOST_AUTO_TEST_CASE(test_recPacketCache_TCP) {
   BOOST_CHECK_EQUAL(qhash, temphash);
   BOOST_CHECK_EQUAL(fpacket, r1packet);
 
-  /* and not with expliclit udp */
+  /* and not with explicit udp */
   BOOST_CHECK_EQUAL(rpc.getResponsePacket(0, qpacket, qname, QType::A, QClass::IN, time(nullptr), &fpacket, &age, &vState, &temphash, nullptr, false), false);
   /* we should still get the same hash */
   BOOST_CHECK_EQUAL(temphash, qhash);