]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Fix typo: settting to setting 8509/head
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 5 Nov 2019 20:13:56 +0000 (21:13 +0100)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Tue, 5 Nov 2019 20:13:56 +0000 (21:13 +0100)
Found by Debians lintian.

pdns/dnsdist.cc
pdns/recursordist/docs/settings.rst

index d9a149df5370f82d0d350be560a6f23229b32466..1674e9fc853d730a1bed7537eae336ece0341942 100644 (file)
@@ -1865,7 +1865,7 @@ try
 #ifdef SO_BINDTODEVICE
       int res = setsockopt(sock.getHandle(), SOL_SOCKET, SO_BINDTODEVICE, ds->sourceItfName.c_str(), ds->sourceItfName.length());
       if (res != 0 && g_verboseHealthChecks) {
-        infolog("Error settting SO_BINDTODEVICE on the health check socket for backend '%s': %s", ds->getNameWithAddr(), stringerror());
+        infolog("Error setting SO_BINDTODEVICE on the health check socket for backend '%s': %s", ds->getNameWithAddr(), stringerror());
       }
 #endif
     }
index ba7770d4bce4d84d6fe68f7a3ffab0d5adfbd829..06c6dc98bb734ace9c8fcd31b75e6af3da8bc91b 100644 (file)
@@ -1194,7 +1194,7 @@ maximizing the cache hit ratio. Starting with version 4.2.0, more than one distr
 setting.
 Improves performance on Linux.
 
-.. _settting-protobuf-use-kernel-timestamp:
+.. _setting-protobuf-use-kernel-timestamp:
 
 ``protobuf-use-kernel-timestamp``
 ---------------------------------
@@ -1205,7 +1205,7 @@ Improves performance on Linux.
 
 Whether to compute the latency of responses in protobuf messages using the timestamp set by the kernel when the query packet was received (when available), instead of computing it based on the moment we start processing the query.
 
-.. _settting-public-suffix-list-file:
+.. _setting-public-suffix-list-file:
 
 ``public-suffix-list-file``
 ---------------------------