From 2f612c5666c2743f792197e7cd2aa2cfe07ef444 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 10 Mar 2021 22:35:57 -0500 Subject: [PATCH] spelling: explicit Signed-off-by: Josh Soref --- pdns/test-recpacketcache_cc.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.2