From: Josh Soref Date: Thu, 11 Mar 2021 03:35:57 +0000 (-0500) Subject: spelling: explicit X-Git-Tag: rec-4.5.0-beta1~30^2~32 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2f612c5666c2743f792197e7cd2aa2cfe07ef444;p=thirdparty%2Fpdns.git spelling: explicit Signed-off-by: Josh Soref --- diff --git a/pdns/test-recpacketcache_cc.cc b/pdns/test-recpacketcache_cc.cc index 720ad95908..a70e0a874b 100644 --- a/pdns/test-recpacketcache_cc.cc +++ b/pdns/test-recpacketcache_cc.cc @@ -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);