From: Josh Soref Date: Fri, 15 May 2020 14:42:37 +0000 (-0400) Subject: spelling: record X-Git-Tag: dnsdist-1.5.0-rc3~56^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1a871f62f34690d7c955a22418f17f3fff05f70c;p=thirdparty%2Fpdns.git spelling: record --- diff --git a/pdns/shuffle.cc b/pdns/shuffle.cc index 5947e64cc4..1dd1353b00 100644 --- a/pdns/shuffle.cc +++ b/pdns/shuffle.cc @@ -43,7 +43,7 @@ void pdns::shuffle(std::vector& rrs) break; } } - // And then for one past the last ANSWER recordd + // And then for one past the last ANSWER record for (second = first; second != rrs.end(); ++second) if (second->dr.d_place != DNSResourceRecord::ANSWER) break;