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";
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";
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
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"));