From: Chris Hofstaedtler Date: Tue, 5 Nov 2019 20:13:56 +0000 (+0100) Subject: Fix typo: settting to setting X-Git-Tag: dnsdist-1.4.0~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8509%2Fhead;p=thirdparty%2Fpdns.git Fix typo: settting to setting Found by Debians lintian. --- diff --git a/pdns/dnsdist.cc b/pdns/dnsdist.cc index d9a149df53..1674e9fc85 100644 --- a/pdns/dnsdist.cc +++ b/pdns/dnsdist.cc @@ -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 } diff --git a/pdns/recursordist/docs/settings.rst b/pdns/recursordist/docs/settings.rst index ba7770d4bc..06c6dc98bb 100644 --- a/pdns/recursordist/docs/settings.rst +++ b/pdns/recursordist/docs/settings.rst @@ -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`` ---------------------------