]> granicus.if.org Git - pdns/commitdiff
Fix some spelling mistakes noticed by lintian
authorChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 2 Sep 2019 20:04:18 +0000 (22:04 +0200)
committerChris Hofstaedtler <chris.hofstaedtler@deduktiva.com>
Mon, 2 Sep 2019 20:04:18 +0000 (22:04 +0200)
docs/backends/bind.rst
pdns/dnsdist-web.cc
pdns/recursordist/test-recursorcache_cc.cc

index df627bd04b9035bb251e124c3797b0627b4f7ec3..1e20a167003fcb638ff023c4ac2ec7fcac41b905 100644 (file)
@@ -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:
index 11df6a9ccc826509820bea3f80684bc55717df49..77a0e6e716adbc44ecfdd92a01606d17cd3cb78e 100644 (file)
@@ -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
index 0485efce09319c7abce2a4b544531555c2f65f77..0cf74bf0a306e0f9b58f63ab3ff50e1b88607ab4 100644 (file)
@@ -292,7 +292,7 @@ BOOST_AUTO_TEST_CASE(test_RecursorCacheSimple) {
     dr4.d_ttl = static_cast<uint32_t>(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<Netmask>("192.168.0.1/31"));