]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3587] Typo fix as a result of the review.
authorMarcin Siodelski <marcin@isc.org>
Wed, 29 Oct 2014 13:33:49 +0000 (14:33 +0100)
committerMarcin Siodelski <marcin@isc.org>
Wed, 29 Oct 2014 13:33:49 +0000 (14:33 +0100)
src/lib/dhcpsrv/subnet_id.h

index f7b81ef76894268ecba73b22b653836258ec1985..a510d47037b19bb1f90da045cb1621ce15c7e580 100644 (file)
@@ -25,7 +25,7 @@ namespace dhcp {
 ///
 /// Each subnet for which the DHCP service has been configured is identifed
 /// by the unique value called subnet id. Right now it is represented as
-/// a simple unsiged integer. In the future it may be extended to more complex
+/// a simple unsigned integer. In the future it may be extended to more complex
 /// type.
 typedef uint32_t SubnetID;