From: Chris Hofstaedtler Date: Tue, 14 Oct 2025 11:12:11 +0000 (+0200) Subject: Fix typo in ipv{4,6}hints comment X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F16257%2Fhead;p=thirdparty%2Fpdns.git Fix typo in ipv{4,6}hints comment Signed-off-by: Chris Hofstaedtler --- diff --git a/pdns/svc-records.hh b/pdns/svc-records.hh index eb39be8a61..a46547ccfa 100644 --- a/pdns/svc-records.hh +++ b/pdns/svc-records.hh @@ -62,7 +62,7 @@ class SvcParam { //! To create a multi-value SvcParam with key values (like mandatory) SvcParam(const SvcParamKey &key, std::set &&value); - //! To create an ipv{4,6}hists SvcParam + //! To create an ipv{4,6}hints SvcParam SvcParam(const SvcParamKey &key, std::vector &&value); //! To create a tls-supported-groups SvcParam