summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/lease_mgr_factory.h
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-05-16 12:31:49 +0200
committerFrancis Dupont <fdupont@isc.org>2015-05-16 12:31:49 +0200
commit95750a3ae01c94eb7bdc1a1e0e5abffe1905432a (patch)
treec5b1ef0f125ea032ab099e3d7a106a5fa0f59e7b /src/lib/dhcpsrv/lease_mgr_factory.h
parent[master] fixed ~ vs ~ typo (#3865) (diff)
downloadkea-95750a3ae01c94eb7bdc1a1e0e5abffe1905432a.tar.xz
kea-95750a3ae01c94eb7bdc1a1e0e5abffe1905432a.zip
[master] spelling
Diffstat (limited to 'src/lib/dhcpsrv/lease_mgr_factory.h')
-rw-r--r--src/lib/dhcpsrv/lease_mgr_factory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/dhcpsrv/lease_mgr_factory.h b/src/lib/dhcpsrv/lease_mgr_factory.h
index 9218cf5e0b..3c9c4ed8ab 100644
--- a/src/lib/dhcpsrv/lease_mgr_factory.h
+++ b/src/lib/dhcpsrv/lease_mgr_factory.h
@@ -25,7 +25,7 @@ namespace dhcp {
/// @brief Invalid type exception
///
-/// Thrown when the factory doesn't recognise the type of the backend.
+/// Thrown when the factory doesn't recognize the type of the backend.
class InvalidType : public Exception {
public:
InvalidType(const char* file, size_t line, const char* what) :