From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 19 Nov 2025 19:09:56 +0000 (-0500) Subject: spelling: have implemented X-Git-Tag: rec-5.4.0-alpha1~61^2~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4eaf32f7e4881e4517c07a3d7387307640da1a44;p=thirdparty%2Fpdns.git spelling: have implemented Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/pdns/qtype.hh b/pdns/qtype.hh index fa9bde78f8..1b28705a8b 100644 --- a/pdns/qtype.hh +++ b/pdns/qtype.hh @@ -60,7 +60,7 @@ public: /** * \brief Return whether we know the name of this type. * - * This does not presume that we have an implemented a content representation for this type, + * This does not presume that we have implemented a content representation for this type, * for that please see DNSRecordContent::isRegisteredType(). */ bool isSupportedType() const;