From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 16:37:45 +0000 (-0500) Subject: spelling: corresponding X-Git-Tag: rec-5.4.0-alpha1~61^2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=96ede9f88473abddf7cca4d6a882131b159202cc;p=thirdparty%2Fpdns.git spelling: corresponding Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/dnsdistdist/test-dnsdist-lua-ffi.cc b/pdns/dnsdistdist/test-dnsdist-lua-ffi.cc index 02f2980d2b..96da5da061 100644 --- a/pdns/dnsdistdist/test-dnsdist-lua-ffi.cc +++ b/pdns/dnsdistdist/test-dnsdist-lua-ffi.cc @@ -123,7 +123,7 @@ BOOST_AUTO_TEST_CASE(test_Query) // too small BOOST_CHECK_EQUAL(dnsdist_ffi_dnsquestion_get_mac_addr(&lightDQ, buffer, 0), 0U); - // we will not find the correspondig MAC address in /proc/net/arp, unfortunately, especially not on !linux + // we will not find the corresponding MAC address in /proc/net/arp, unfortunately, especially not on !linux BOOST_CHECK_EQUAL(dnsdist_ffi_dnsquestion_get_mac_addr(&lightDQ, buffer, bufferSize), 0U); }