]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4142] Fixed typo
authorThomas Markwalder <tmark@isc.org>
Tue, 7 Oct 2025 14:19:10 +0000 (10:19 -0400)
committerAndrei Pavel <andrei@isc.org>
Mon, 27 Oct 2025 15:19:08 +0000 (17:19 +0200)
modified:   src/lib/dhcpsrv/d2_client_mgr.h

src/lib/dhcpsrv/d2_client_mgr.h

index 45437f4b7995b35c9fa2103e518a4c713cd84bd7..238fd0a41580bc1ac520b3e2240b356aaafdf686 100644 (file)
@@ -274,7 +274,7 @@ public:
     /// @tparam T  FQDN Option class containing the FQDN data such as
     /// dhcp::Option4ClientFqdn or dhcp::Option6ClientFqdn
     ///
-    /// @throw FQDNScrubbedEmtpy if hostname sanitizing reduces the input domain
+    /// @throw FQDNScrubbedEmpty if hostname sanitizing reduces the input domain
     /// name to an empty string.
     template <class T>
     void adjustDomainName(const T& fqdn, T& fqdn_resp,