From: Josh Soref Date: Thu, 2 Feb 2017 10:24:51 +0000 (+0000) Subject: spelling: prerequisites X-Git-Tag: rec-4.1.0-alpha1~291^2~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d3f468490ef9baa0d2e3d85eae9cbc0b8a83f691;p=thirdparty%2Fpdns.git spelling: prerequisites --- diff --git a/pdns/rfc2136handler.cc b/pdns/rfc2136handler.cc index 0f6909d555..4a7674186e 100644 --- a/pdns/rfc2136handler.cc +++ b/pdns/rfc2136handler.cc @@ -839,7 +839,7 @@ int PacketHandler::processUpdate(DNSPacket *p) { } } - // 3.2.3 - Prerequisite check - this is outside of updatePrequisitesCheck because we check an RRSet and not the RR. + // 3.2.3 - Prerequisite check - this is outside of updatePrerequisitesCheck because we check an RRSet and not the RR. typedef pair rrSetKey_t; typedef vector rrVector_t; typedef std::map RRsetMap_t;