]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: record
authorJosh Soref <jsoref@users.noreply.github.com>
Fri, 15 May 2020 14:42:37 +0000 (10:42 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 15 May 2020 14:42:37 +0000 (10:42 -0400)
pdns/shuffle.cc

index 5947e64cc4dd6a796a41edd561ee41f02350ef5b..1dd1353b0002a3a2bea02ef0db07fc37d9a7a0c3 100644 (file)
@@ -43,7 +43,7 @@ void pdns::shuffle(std::vector<DNSZoneRecord>& 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;