diff options
author | Francis Dupont <fdupont@isc.org> | 2015-01-22 11:53:30 +0100 |
---|---|---|
committer | Francis Dupont <fdupont@isc.org> | 2015-01-22 11:53:30 +0100 |
commit | ecda9ab39477c8ad974c7eeba26362dee7a41c30 (patch) | |
tree | 2deaaad826e2be780310a8b5c42b723f7bd65178 /src | |
parent | spelling (diff) | |
download | kea-ecda9ab39477c8ad974c7eeba26362dee7a41c30.tar.xz kea-ecda9ab39477c8ad974c7eeba26362dee7a41c30.zip |
spelling
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/dhcp4/tests/dhcp4_test_utils.h | 4 |
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. |