From: Josh Soref Date: Wed, 10 Mar 2021 15:06:19 +0000 (-0500) Subject: spelling: qname X-Git-Tag: rec-4.5.0-beta1~30^2~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=268f3909468c93561fc346c0bfbfd1806f24b272;p=thirdparty%2Fpdns.git spelling: qname Signed-off-by: Josh Soref --- diff --git a/.github/actions/spell-check/allow.txt b/.github/actions/spell-check/allow.txt index 6d795bae08..72dff43f66 100644 --- a/.github/actions/spell-check/allow.txt +++ b/.github/actions/spell-check/allow.txt @@ -3018,7 +3018,6 @@ pysnmp PYTHONUNBUFFERED qaint qalatency -qame QBD qc qcachehits diff --git a/pdns/dnsdist-protobuf.hh b/pdns/dnsdist-protobuf.hh index 9f57b99a98..82f308e396 100644 --- a/pdns/dnsdist-protobuf.hh +++ b/pdns/dnsdist-protobuf.hh @@ -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;