]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling: identified
authorJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:22:46 +0000 (13:22 -0400)
committerJosh Soref <jsoref@users.noreply.github.com>
Sun, 23 Jul 2017 17:22:46 +0000 (13:22 -0400)
src/lib/dhcpsrv/subnet_id.h

index 7fe6a2d07873aec9fdec3d7c04fbecd1a6cbcaa9..4506d63df4d7db9dcd102497864d1297550f21f1 100644 (file)
@@ -15,7 +15,7 @@ namespace dhcp {
 
 /// @brief Defines unique IPv4 or IPv6 subnet identifier.
 ///
-/// Each subnet for which the DHCP service has been configured is identifed
+/// Each subnet for which the DHCP service has been configured is identified
 /// by the unique value called subnet id. Right now it is represented as
 /// a simple unsigned integer. In the future it may be extended to more complex
 /// type.