]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
spelling: qname
authorJosh Soref <jsoref@users.noreply.github.com>
Wed, 10 Mar 2021 15:06:19 +0000 (10:06 -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/dnsdist-protobuf.hh

index 6d795bae08e5e44b48924cc88388668b66dde1f7..72dff43f66528f77481e496850415f9632be77f6 100644 (file)
@@ -3018,7 +3018,6 @@ pysnmp
 PYTHONUNBUFFERED
 qaint
 qalatency
-qame
 QBD
 qc
 qcachehits
index 9f57b99a98a728cf2f1cfc6c85260145544daafa..82f308e396546876eddef10bc1444872fee11d76 100644 (file)
@@ -45,7 +45,7 @@ public:
   void setEDNSSubnet(const Netmask& nm);
 
   void addTag(const std::string& strValue);
-  void addRR(DNSName&& qame, uint16_t uType, uint16_t uClass, uint32_t uTTL, const std::string& data);
+  void addRR(DNSName&& qname, uint16_t uType, uint16_t uClass, uint32_t uTTL, const std::string& data);
 
   void serialize(std::string& data) const;