Browse Source

spelling: identified

Josh Soref 7 years ago
parent
commit
fa200537ac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/subnet_id.h

+ 1 - 1
src/lib/dhcpsrv/subnet_id.h

@@ -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.