summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2015-01-22 11:53:30 +0100
committerFrancis Dupont <fdupont@isc.org>2015-01-22 11:53:30 +0100
commitecda9ab39477c8ad974c7eeba26362dee7a41c30 (patch)
tree2deaaad826e2be780310a8b5c42b723f7bd65178 /src
parentspelling (diff)
downloadkea-ecda9ab39477c8ad974c7eeba26362dee7a41c30.tar.xz
kea-ecda9ab39477c8ad974c7eeba26362dee7a41c30.zip
spelling
Diffstat (limited to 'src')
-rw-r--r--src/bin/dhcp4/tests/dhcp4_test_utils.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/dhcp4/tests/dhcp4_test_utils.h b/src/bin/dhcp4/tests/dhcp4_test_utils.h
index 6cd4a56ecf..0e34c05065 100644
--- a/src/bin/dhcp4/tests/dhcp4_test_utils.h
+++ b/src/bin/dhcp4/tests/dhcp4_test_utils.h
@@ -101,7 +101,7 @@ public:
/// - Direct DHCPv4 traffic - communication with clients which do not
/// have IP address assigned yet.
///
- /// Enabling these modes requires root privilges so they must be
+ /// Enabling these modes requires root privileges so they must be
/// disabled for unit testing.
///
/// Note, that disabling broadcast options on sockets does not impact
@@ -276,7 +276,7 @@ public:
/// @brief generates client-id option
///
/// Generate client-id option of specified length
- /// Ids with different lengths are sufficent to generate
+ /// Ids with different lengths are sufficient to generate
/// unique ids. If more fine grained control is required,
/// tests generate client-ids on their own.
/// Sets client_id_ field.