From: Enna1 Date: Thu, 29 Aug 2019 07:39:39 +0000 (+0800) Subject: fix typo in comment in syncres.cc: 'FRC 7129' to 'RFC 7129' X-Git-Tag: dnsdist-1.4.0-rc2~5^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F8246%2Fhead;p=thirdparty%2Fpdns.git fix typo in comment in syncres.cc: 'FRC 7129' to 'RFC 7129' --- diff --git a/pdns/syncres.cc b/pdns/syncres.cc index 2750b4d620..20633e56ec 100644 --- a/pdns/syncres.cc +++ b/pdns/syncres.cc @@ -2880,7 +2880,7 @@ bool SyncRes::processRecords(const std::string& prefix, const DNSName& qname, co if (state == Secure && needWildcardProof) { /* We have a positive answer synthetized from a wildcard, we need to check that we have proof that the exact name doesn't exist so the wildcard can be used, - as described in section 5.3.4 of RFC 4035 and 5.3 of FRC 7129. + as described in section 5.3.4 of RFC 4035 and 5.3 of RFC 7129. */ NegCache::NegCacheEntry ne;