]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: name
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 10 Mar 2021 13:24:01 +0000 (08:24 -0500)
committerJosh Soref <jsoref@users.noreply.github.com>
Fri, 12 Mar 2021 14:22:45 +0000 (09:22 -0500)
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
.github/actions/spell-check/allow.txt
pdns/dnswriter.hh

index fd4bb3998ec72bf4fc2e0a76b86d7e7f1bb42a61..fef172d711685806b6c8bddf7b62bc15bba1e485 100644 (file)
@@ -2322,7 +2322,6 @@ namesseen
 namestocheck
 nametoindex
 nametype
-namq
 nanosleep
 nargs
 narrowbool
index aef99ae49d7da5e7ca158391ec2e613fe8c947c2..a6d8dae20c8ff3c32bc7c3302318fa5fcf7c2b13 100644 (file)
@@ -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);