summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/libdhcpsrv.dox
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2014-09-15 18:19:54 +0200
committerMarcin Siodelski <marcin@isc.org>2014-09-15 18:19:54 +0200
commitb4c686447f998057653a22f4df8d55a23496f23a (patch)
tree2b8685b4f66b54e37d29492f20b1ab05b3584860 /src/lib/dhcpsrv/libdhcpsrv.dox
parent[3534] Addressed review comments. (diff)
downloadkea-b4c686447f998057653a22f4df8d55a23496f23a.tar.xz
kea-b4c686447f998057653a22f4df8d55a23496f23a.zip
[3534] Minor correction to the dev guide as a result of a review.
Diffstat (limited to 'src/lib/dhcpsrv/libdhcpsrv.dox')
-rw-r--r--src/lib/dhcpsrv/libdhcpsrv.dox2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/libdhcpsrv.dox b/src/lib/dhcpsrv/libdhcpsrv.dox
index c55788fc8a..4970f5e80b 100644
--- a/src/lib/dhcpsrv/libdhcpsrv.dox
+++ b/src/lib/dhcpsrv/libdhcpsrv.dox
@@ -52,7 +52,7 @@ is created. The staging configuration is held at the tip of the list of
configurations. The object can be accessed by calling the
\ref isc::dhcp::CfgMgr::getStagingCfg. This object can be accessed
from different stages of the configuration parsing and modified as needed.
-Modifications of to the staging configuration do not affect the current
+Modifications of the staging configuration do not affect the current
configuration. The staging configuration is unused until the
\ref isc::dhcp::CfgMgr::commit function is called. This exception safe method
marks the staging object as "current configuration". The const pointer to the