From: Francis Dupont Date: Tue, 16 Jul 2024 13:38:39 +0000 (+0200) Subject: [#3094] Typos X-Git-Tag: Kea-2.7.1~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c33b2bfbf81f04e4feca50d18f971dc892e75ec;p=thirdparty%2Fkea.git [#3094] Typos --- diff --git a/src/bin/dhcp4/dhcp4_srv.h b/src/bin/dhcp4/dhcp4_srv.h index 8cbac01eba..895ce10f0b 100644 --- a/src/bin/dhcp4/dhcp4_srv.h +++ b/src/bin/dhcp4/dhcp4_srv.h @@ -734,10 +734,10 @@ protected: /// @brief Assign the 0.0.0.0 address to an IPv6-Only client. /// /// @note In fact there is no difference between assigning no address - /// or assigning the zero address as the assigned address if the + /// or assigning the zero address as the assigned address is the /// Yiaddr field of the DHCPv4 message header... /// - /// Check if there is asubnet or shared network defining an + /// Check if there is a subnet or shared network defining an /// IPv6-Only Preferred option which will be included by the response. /// /// @param subnet Reference to the selected subnet, can be modified if