From f4241df139b47c33a54f4c14598a24b956369acc Mon Sep 17 00:00:00 2001 From: Thomas Markwalder Date: Tue, 7 Oct 2025 10:19:10 -0400 Subject: [PATCH] [#4142] Fixed typo modified: src/lib/dhcpsrv/d2_client_mgr.h --- src/lib/dhcpsrv/d2_client_mgr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/dhcpsrv/d2_client_mgr.h b/src/lib/dhcpsrv/d2_client_mgr.h index 45437f4b79..238fd0a415 100644 --- a/src/lib/dhcpsrv/d2_client_mgr.h +++ b/src/lib/dhcpsrv/d2_client_mgr.h @@ -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 void adjustDomainName(const T& fqdn, T& fqdn_resp, -- 2.47.3