From: Otto Moerbeek Date: Tue, 28 May 2024 11:00:56 +0000 (+0200) Subject: Typo in comment X-Git-Tag: rec-5.1.0-beta1~17^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7968a0e33ae6d5010133b65eda33ba839f598c51;p=thirdparty%2Fpdns.git Typo in comment Co-authored-by: Remi Gacogne --- diff --git a/pdns/dnsmessage.proto b/pdns/dnsmessage.proto index 8f54867c03..0b95ea3017 100644 --- a/pdns/dnsmessage.proto +++ b/pdns/dnsmessage.proto @@ -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 {