]> granicus.if.org Git - pdns/commitdiff
remove typo
authorCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Fri, 16 Mar 2018 00:53:46 +0000 (01:53 +0100)
committerCharles-Henri Bruyand <charles-henri.bruyand@open-xchange.com>
Fri, 16 Mar 2018 00:53:46 +0000 (01:53 +0100)
pdns/stubresolver.cc

index c5010038a43a4d27e0e39247dfd7da717bb94676..75783cc38a6f994ad1845a7b24fcca2cd0756842 100644 (file)
@@ -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<DNSZoneRecord>& 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();
   }