From c72ddfcfebaf49c51299ee6516bd2c032a9e820a Mon Sep 17 00:00:00 2001 From: Chris Hofstaedtler Date: Mon, 2 Sep 2019 22:04:18 +0200 Subject: [PATCH] Fix some spelling mistakes noticed by lintian --- docs/backends/bind.rst | 2 +- pdns/dnsdist-web.cc | 6 +++--- pdns/recursordist/test-recursorcache_cc.cc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/backends/bind.rst b/docs/backends/bind.rst index df627bd04..1e20a1670 100644 --- a/docs/backends/bind.rst +++ b/docs/backends/bind.rst @@ -92,7 +92,7 @@ SQLite3 journal mode to set. The default is WAL. Set to empty to leave the journ ``bind-hybrid`` ~~~~~~~~~~~~~~~ -Store DNSSEC keys and metadata storage in an other backend. See the +Store DNSSEC keys and metadata storage in another backend. See the :ref:`dnssec-modes-hybrid-bind` documentation. .. _setting-bind-ignore-broken-records: diff --git a/pdns/dnsdist-web.cc b/pdns/dnsdist-web.cc index 11df6a9cc..77a0e6e71 100644 --- a/pdns/dnsdist-web.cc +++ b/pdns/dnsdist-web.cc @@ -530,7 +530,7 @@ static void connectionThread(int sock, ComboAddress remote) output << "# TYPE " << frontsbase << "tcpdiedreadingquery " << "counter" << "\n"; output << "# HELP " << frontsbase << "tcpdiedsendingresponse " << "Amount of TCP connections terminated while sending a response to the client" << "\n"; output << "# TYPE " << frontsbase << "tcpdiedsendingresponse " << "counter" << "\n"; - output << "# HELP " << frontsbase << "tcpgaveup " << "Amount of TCP connections terminated after too many attemps to get a connection to the backend" << "\n"; + output << "# HELP " << frontsbase << "tcpgaveup " << "Amount of TCP connections terminated after too many attempts to get a connection to the backend" << "\n"; output << "# TYPE " << frontsbase << "tcpgaveup " << "counter" << "\n"; output << "# HELP " << frontsbase << "tcpclientimeouts " << "Amount of TCP connections terminated by a timeout while reading from the client" << "\n"; output << "# TYPE " << frontsbase << "tcpclientimeouts " << "counter" << "\n"; @@ -607,7 +607,7 @@ static void connectionThread(int sock, ComboAddress remote) output << "# TYPE " << dohfrontsbase << "http1_nb500responses " << "counter" << "\n"; output << "# HELP " << dohfrontsbase << "http1_nb502responses " << "Number of responses with a 502 status code sent over HTTP/1.x" << "\n"; output << "# TYPE " << dohfrontsbase << "http1_nb502responses " << "counter" << "\n"; - output << "# HELP " << dohfrontsbase << "http1_nbotherresponses " << "Number of responses with an other status code sent over HTTP/1.x" << "\n"; + output << "# HELP " << dohfrontsbase << "http1_nbotherresponses " << "Number of responses with another status code sent over HTTP/1.x" << "\n"; output << "# TYPE " << dohfrontsbase << "http1_nbotherresponses " << "counter" << "\n"; output << "# HELP " << dohfrontsbase << "http2_queries " << "Number of queries received over HTTP/2.x" << "\n"; output << "# TYPE " << dohfrontsbase << "http2_queries " << "counter" << "\n"; @@ -621,7 +621,7 @@ static void connectionThread(int sock, ComboAddress remote) output << "# TYPE " << dohfrontsbase << "http2_nb500responses " << "counter" << "\n"; output << "# HELP " << dohfrontsbase << "http2_nb502responses " << "Number of responses with a 502 status code sent over HTTP/2.x" << "\n"; output << "# TYPE " << dohfrontsbase << "http2_nb502responses " << "counter" << "\n"; - output << "# HELP " << dohfrontsbase << "http2_nbotherresponses " << "Number of responses with an other status code sent over HTTP/2.x" << "\n"; + output << "# HELP " << dohfrontsbase << "http2_nbotherresponses " << "Number of responses with another status code sent over HTTP/2.x" << "\n"; output << "# TYPE " << dohfrontsbase << "http2_nbotherresponses " << "counter" << "\n"; #ifdef HAVE_DNS_OVER_HTTPS diff --git a/pdns/recursordist/test-recursorcache_cc.cc b/pdns/recursordist/test-recursorcache_cc.cc index 0485efce0..0cf74bf0a 100644 --- a/pdns/recursordist/test-recursorcache_cc.cc +++ b/pdns/recursordist/test-recursorcache_cc.cc @@ -292,7 +292,7 @@ BOOST_AUTO_TEST_CASE(test_RecursorCacheSimple) { dr4.d_ttl = static_cast(ttd); dr4.d_place = DNSResourceRecord::AUTHORITY; - // insert an other entry but for 192.168.0.1/31 + // insert another entry but for 192.168.0.1/31 records.clear(); records.push_back(dr4); MRC.replace(now, power, QType(QType::A), records, signatures, authRecords, true, boost::optional("192.168.0.1/31")); -- 2.40.0