summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/subnet_id.h
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2014-10-29 14:33:49 +0100
committerMarcin Siodelski <marcin@isc.org>2014-10-29 14:33:49 +0100
commitdec2f0d3917e49c8135ef8953ce55ff53b01f7d1 (patch)
tree5ecc5e650bdbf6dc43992ab4d51f62dc234f32ce /src/lib/dhcpsrv/subnet_id.h
parent[3587] Fixed a couple of errors in the doxygen in CfgSubnets4. (diff)
downloadkea-dec2f0d3917e49c8135ef8953ce55ff53b01f7d1.tar.xz
kea-dec2f0d3917e49c8135ef8953ce55ff53b01f7d1.zip
[3587] Typo fix as a result of the review.
Diffstat (limited to 'src/lib/dhcpsrv/subnet_id.h')
-rw-r--r--src/lib/dhcpsrv/subnet_id.h2
1 files changed, 1 insertions, 1 deletions
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;