]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - pdns/shuffle.cc
spelling: answer
[thirdparty/pdns.git] / pdns / shuffle.cc
index 64c4bba7dda401d4dfc4fc0725094c922382f4d4..faa06080167d0efeb21bf8caf65cfac898c5dd50 100644 (file)
@@ -34,7 +34,7 @@ void pdns::shuffle(std::vector<DNSZoneRecord>& rrs)
 {
   std::vector<DNSZoneRecord>::iterator first, second;
 
-  // We assume the CNAMES are listed firts in the ANSWWER section and the the other records
+  // We assume the CNAMES are listed firts in the ANSWER section and the the other records
   // and we want to shuffle the other records only
 
   // First we scan for the first non-CNAME ANSWER record