From: Remi Gacogne Date: Fri, 28 Feb 2020 14:24:19 +0000 (+0100) Subject: rec: Fix a typo in one of the comment, reported by Habbie (thx!) X-Git-Tag: dnsdist-1.5.0-alpha1~12^2~15 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0dd02171cdd6ebd6b0e61f69dd8d8a20f28f3c93;p=thirdparty%2Fpdns.git rec: Fix a typo in one of the comment, reported by Habbie (thx!) --- diff --git a/pdns/pdns_recursor.cc b/pdns/pdns_recursor.cc index 596fd5e25e..cef83b0cea 100644 --- a/pdns/pdns_recursor.cc +++ b/pdns/pdns_recursor.cc @@ -2047,7 +2047,7 @@ static void handleRunningTCPQuestion(int fd, FDMultiplexer::funcparam_t& var) else { /* proxy header received */ /* we ignore the TCP field for now, but we could properly set whether - the connection was received over UDP or TCP if neede */ + the connection was received over UDP or TCP if needed */ bool tcp; bool proxy = false; size_t used = parseProxyHeader(conn->data, proxy, conn->d_source, conn->d_destination, tcp, conn->proxyProtocolValues);