summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/cfg_subnets6.h
diff options
context:
space:
mode:
authorTomek Mrugalski <tomasz@isc.org>2017-07-28 21:39:27 +0200
committerTomek Mrugalski <tomasz@isc.org>2017-07-28 21:39:27 +0200
commitb0aea8eea96e563668c704f20da33aa04139ae2b (patch)
tree4f655303bcddc29101df98db9000fbefcd6c147c /src/lib/dhcpsrv/cfg_subnets6.h
parent[5314] Fixed a typo in container index tag name. (diff)
downloadkea-b0aea8eea96e563668c704f20da33aa04139ae2b.tar.xz
kea-b0aea8eea96e563668c704f20da33aa04139ae2b.zip
[5314] Two minor corrections.
Diffstat (limited to 'src/lib/dhcpsrv/cfg_subnets6.h')
-rw-r--r--src/lib/dhcpsrv/cfg_subnets6.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/cfg_subnets6.h b/src/lib/dhcpsrv/cfg_subnets6.h
index 8ea9151888..7cc9f44cae 100644
--- a/src/lib/dhcpsrv/cfg_subnets6.h
+++ b/src/lib/dhcpsrv/cfg_subnets6.h
@@ -56,7 +56,7 @@ public:
///
/// The const pointer is returned by this method to prevent a caller from
/// modifying the subnet configuration. Modifications to subnet configuration
- /// is dangerous and must be done carefully. The subnets' configruation is
+ /// is dangerous and must be done carefully. The subnets' configuration is
/// held in the multi index container and any modifications to the subnet
/// id or subnet prefix must trigger re-indexing of multi index container.
/// There is no possibility to enforce this when the non-const pointer is