]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3094] Typos
authorFrancis Dupont <fdupont@isc.org>
Tue, 16 Jul 2024 13:38:39 +0000 (15:38 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 18 Jul 2024 12:45:30 +0000 (14:45 +0200)
src/bin/dhcp4/dhcp4_srv.h

index 8cbac01eba9127c01a9932521a19034c453f1f29..895ce10f0bd2a86f727d064ec54b206eb0b7bcce 100644 (file)
@@ -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