From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 17:02:50 +0000 (-0500) Subject: spelling: exercise X-Git-Tag: rec-5.4.0-alpha1~61^2~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c64c581cbe0f54c4268d3a59f5074196996a11b1;p=thirdparty%2Fpdns.git spelling: exercise Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/test-packetcache_cc.cc b/pdns/test-packetcache_cc.cc index 7ccd190166..f7c0c4093b 100644 --- a/pdns/test-packetcache_cc.cc +++ b/pdns/test-packetcache_cc.cc @@ -570,7 +570,7 @@ BOOST_AUTO_TEST_CASE(test_AuthPacketCacheNetmasks) { } #ifdef PDNS_AUTH // [ -// Combined packet cache and zone cache test to exercize views +// Combined packet cache and zone cache test to exercise views static DNSPacket buildQuery(const DNSName& qname) { diff --git a/regression-tests.api/test_Zones.py b/regression-tests.api/test_Zones.py index 796eacbe2a..49ea0a6d2f 100644 --- a/regression-tests.api/test_Zones.py +++ b/regression-tests.api/test_Zones.py @@ -2672,7 +2672,7 @@ $NAME$ 1D IN SOA ns1.example.org. hostmaster.example.org. ( WHERE name="""+placeholder+""" AND type='TXT'""" , (badcontent, name.rstrip('.'))) - cur.execute('COMMIT') # Figuring out how many hours I wasted on this test because of this missing line is left as an exercize to the reader + cur.execute('COMMIT') # Figuring out how many hours I wasted on this test because of this missing line is left as an exercise to the reader cur.close() db.close() # Try and get the zone data