From: Charles-Henri Bruyand Date: Fri, 16 Mar 2018 00:53:46 +0000 (+0100) Subject: remove typo X-Git-Tag: dnsdist-1.3.0~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3ad680b1d7a5622347c612176f37f5eb34aad59c;p=thirdparty%2Fpdns.git remove typo --- diff --git a/pdns/stubresolver.cc b/pdns/stubresolver.cc index c5010038a4..75783cc38a 100644 --- a/pdns/stubresolver.cc +++ b/pdns/stubresolver.cc @@ -114,7 +114,7 @@ void stubParseResolveConf() // s_resolversForStub contains the ComboAddresses that are used to resolve the int stubDoResolve(const DNSName& qname, uint16_t qtype, vector& ret) { - // only check if resolvers come from he local resolv.conf in the first place + // only check if resolvers come from local resolv.conf in the first place if (s_localResolvConfMtime != 0) { parseLocalResolvConf(); }