From: Josh Soref Date: Wed, 10 Mar 2021 13:24:01 +0000 (-0500) Subject: spelling: name X-Git-Tag: rec-4.5.0-beta1~30^2~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad905b5420e1c5b41b6018e8e50df0f63a20e882;p=thirdparty%2Fpdns.git spelling: name Signed-off-by: Josh Soref --- diff --git a/.github/actions/spell-check/allow.txt b/.github/actions/spell-check/allow.txt index fd4bb3998e..fef172d711 100644 --- a/.github/actions/spell-check/allow.txt +++ b/.github/actions/spell-check/allow.txt @@ -2322,7 +2322,6 @@ namesseen namestocheck nametoindex nametype -namq nanosleep nargs narrowbool diff --git a/pdns/dnswriter.hh b/pdns/dnswriter.hh index aef99ae49d..a6d8dae20c 100644 --- a/pdns/dnswriter.hh +++ b/pdns/dnswriter.hh @@ -64,7 +64,7 @@ public: //! Start a DNS Packet in the vector passed, with question qname, qtype and qclass GenericDNSPacketWriter(Container& content, const DNSName& qname, uint16_t qtype, uint16_t qclass=QClass::IN, uint8_t opcode=0); - /** Start a new DNS record within this packet for namq, qtype, ttl, class and in the requested place. Note that packets can only be written in natural order - + /** Start a new DNS record within this packet for name, qtype, ttl, class and in the requested place. Note that packets can only be written in natural order - ANSWER, AUTHORITY, ADDITIONAL */ void startRecord(const DNSName& name, uint16_t qtype, uint32_t ttl=3600, uint16_t qclass=QClass::IN, DNSResourceRecord::Place place=DNSResourceRecord::ANSWER, bool compress=true);