From 9ec1b22ce6c337c6609df7a3115bf74bd2a9b982 Mon Sep 17 00:00:00 2001 From: Remi Gacogne Date: Mon, 23 May 2022 11:09:07 +0200 Subject: [PATCH] dnsdist: Fix typo reported by Peter (thanks!) Co-authored-by: Peter van Dijk --- pdns/dnsdistdist/docs/reference/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pdns/dnsdistdist/docs/reference/config.rst b/pdns/dnsdistdist/docs/reference/config.rst index afc476fb27..0377d9d600 100644 --- a/pdns/dnsdistdist/docs/reference/config.rst +++ b/pdns/dnsdistdist/docs/reference/config.rst @@ -986,7 +986,7 @@ Status, Statistics and More Return the list of network interfaces configured on the system, as strings. This function requires support for ``getifaddrs``, which is known to be present on FreeBSD, Linux, and OpenBSD at least. -.. function:: getMacAddress(ip) +.. function:: getMACAddress(ip) .. versionadded:: 1.8.0 -- 2.47.2