diff options
author | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-14 15:57:44 +0100 |
---|---|---|
committer | Andrei Pavel <andrei.pavel@qualitance.com> | 2016-12-14 15:57:44 +0100 |
commit | 9082500187f9e0ebf99d5ecb67d7e815a7da2239 (patch) | |
tree | 39147bea0dd7b1bec3b93c47b927cb55eac4a767 /src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc | |
parent | [master] Addressed doxygen warnings raised. (diff) | |
download | kea-9082500187f9e0ebf99d5ecb67d7e815a7da2239.tar.xz kea-9082500187f9e0ebf99d5ecb67d7e815a7da2239.zip |
Corrected typos
Diffstat (limited to 'src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc')
-rw-r--r-- | src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc index e38c6b764d..257705fdb1 100644 --- a/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc +++ b/src/lib/dhcpsrv/tests/alloc_engine6_unittest.cc @@ -1320,7 +1320,7 @@ TEST_F(AllocEngine6Test, reservedAddressRenewal) { /// reservation for the second IA. This works for Requests and Renews, though. /// In both of those messages, when processing of the first IA is complete, /// we have a lease in the database. Based on that, when processing the second -/// IA we can detect that the first reservated address is in use already and +/// IA we can detect that the first reserved address is in use already and /// use the second reservation. TEST_F(AllocEngine6Test, DISABLED_reserved2AddressesSolicit) { // Create reservation for the client. This is in-pool reservation, @@ -1667,7 +1667,7 @@ TEST_F(AllocEngine6Test, largeAllocationAttemptsOverride) { address << "2001:db8:1::"; address << i; - // Allocate the leease. + // Allocate the lease. Lease6Ptr lease(new Lease6(Lease::TYPE_NA, IOAddress(address.str()), duid, iaid, 501, 502, 503, 504, subnet_->getID(), HWAddrPtr(), 0)); |