From 0dd5b728d824ab4cff948b56e7824290409d7c94 Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Tue, 5 Nov 2019 21:13:56 +0100 Subject: [PATCH] Fix typo: settting to setting Found by Debians lintian. --- pdns/dnsdist.cc | 2 +- pdns/recursordist/docs/settings.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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`` --------------------------- -- 2.47.2