summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/lease_mgr_factory.h
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-05-21 14:29:03 +0200
committerFrancis Dupont <fdupont@isc.org>2015-05-21 14:29:03 +0200
commit28ae7cd0324feb1fb9e5445dad828d9b9c09d054 (patch)
treec8727204f575b55b13a820c96b0b3eb43a3d124e /src/lib/dhcpsrv/lease_mgr_factory.h
parent[master] updated git hash (diff)
parent[3734] removed python from log library and compiler (diff)
downloadkea-28ae7cd0324feb1fb9e5445dad828d9b9c09d054.tar.xz
kea-28ae7cd0324feb1fb9e5445dad828d9b9c09d054.zip
[master] Merge branch 'trac3734'
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 accf3f7c7d..c5e9a6764d 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) :