From 1a871f62f34690d7c955a22418f17f3fff05f70c Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Fri, 15 May 2020 10:42:37 -0400 Subject: [PATCH] spelling: record --- pdns/shuffle.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2