]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Typo in comment 14257/head
authorOtto Moerbeek <otto.moerbeek@open-xchange.com>
Tue, 28 May 2024 11:00:56 +0000 (13:00 +0200)
committerGitHub <noreply@github.com>
Tue, 28 May 2024 11:00:56 +0000 (13:00 +0200)
Co-authored-by: Remi Gacogne <github@coredump.fr>
pdns/dnsmessage.proto

index 8f54867c03acc0f183b36d1ebdd3bc8b5f964103..0b95ea30178a896c0cb538d5af1895cc0054fad5 100644 (file)
@@ -187,7 +187,7 @@ message PBDNSMessage {
   optional HTTPVersion httpVersion = 24;        // HTTP version used for DNS over HTTP
   optional uint64 workerId = 25;                // Thread id
   optional bool packetCacheHit = 26;            // Was it a packet cache hit?
-  optional uint32 outgoingQueries = 27;         // NUmber of outgoing queries used to answer the query
+  optional uint32 outgoingQueries = 27;         // Number of outgoing queries used to answer the query
 }
 
 message PBDNSMessageList {