From: Marcin Siodelski Date: Wed, 29 Oct 2014 13:33:49 +0000 (+0100) Subject: [3587] Typo fix as a result of the review. X-Git-Tag: trac3629a_base~1^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=dec2f0d3917e49c8135ef8953ce55ff53b01f7d1;p=thirdparty%2Fkea.git [3587] Typo fix as a result of the review. --- diff --git a/src/lib/dhcpsrv/subnet_id.h b/src/lib/dhcpsrv/subnet_id.h index f7b81ef768..a510d47037 100644 --- a/src/lib/dhcpsrv/subnet_id.h +++ b/src/lib/dhcpsrv/subnet_id.h @@ -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;