]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typos in comments 16496/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Thu, 13 Nov 2025 16:29:41 +0000 (17:29 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Nov 2025 16:29:41 +0000 (17:29 +0100)
Co-authored-by: Remi Gacogne <github@coredump.fr>
Signed-off-by: Otto Moerbeek <otto.moerbeek@open-xchange.com>
pdns/recursordist/rec-tcounters.hh

index a26a084eb663d60bfe4d87fb93a5ea0d1f73bad0..77f477296d0c20cac16168ca57e312e048b11043 100644 (file)
@@ -274,13 +274,13 @@ struct Counters
 
   Counters() = default;
   // {
-  //   // uint64Count field has initalizer
+  //   // uint64Count field has initializer
   //   // doubleWAvg has a default constructor that initializes
-  //   // auth.RCodeCounters field is initalized
+  //   // auth.RCodeCounters field is initialized
   //   // Histogram has a constructor that initializes
   //   // RecResponseStats has a default constructor that initializes
   //   // dnssecCounters field is initialized
-  //   // PolicyNameCounters has a default constuctor that initializes
+  //   // PolicyNameCounters has a default constructor that initializes
   // }
 
   // Merge a set of counters into an existing set of counters. For simple counters, that will be additions