From 3ad680b1d7a5622347c612176f37f5eb34aad59c Mon Sep 17 00:00:00 2001 From: Charles-Henri Bruyand Date: Fri, 16 Mar 2018 01:53:46 +0100 Subject: [PATCH] remove typo --- pdns/stubresolver.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); } -- 2.40.0