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: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3ad680b1d7a5622347c612176f37f5eb34aad59c;p=pdns remove typo --- diff --git a/pdns/stubresolver.cc b/pdns/stubresolver.cc index c5010038a..75783cc38 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(); }