]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: corresponding
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Wed, 19 Nov 2025 16:37:45 +0000 (11:37 -0500)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Thu, 20 Nov 2025 12:31:10 +0000 (07:31 -0500)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pdns/dnsdistdist/test-dnsdist-lua-ffi.cc

index 02f2980d2b14c69c4b8416312d205009dab149ae..96da5da06190cfd45e431ad9f6b3c0d0e43b906c 100644 (file)
@@ -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);
   }