]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
spelling
authorFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 11:00:01 +0000 (12:00 +0100)
committerFrancis Dupont <fdupont@isc.org>
Thu, 22 Jan 2015 11:00:01 +0000 (12:00 +0100)
src/bin/dhcp4/tests/dora_unittest.cc

index 111c6a4a63062e1df5dd7e065e09a0c044fad32f..8716259564a16cad03c1b39ae3007c5dc8134d6f 100644 (file)
@@ -479,7 +479,7 @@ TEST_F(DORATest, reservation) {
 }
 
 // This test checks the following scenario:
-// 1. Client A performs 4-way exchange and obrains a lease from the dynamic pool.
+// 1. Client A performs 4-way exchange and obtains a lease from the dynamic pool.
 // 2. Reservation is created for the client A using an address out of the dynamic
 //    pool.
 // 3. Client A renews the lease.
@@ -506,7 +506,7 @@ TEST_F(DORATest, reservation) {
 // 15. Client A renews the lease.
 // 16. The server determines that the address that Client A is using is reserved
 //     for Client B. The server returns DHCPNAK to the Client A.
-// 17. Client B uses 4-way echange to obtain the reserved lease but the lease
+// 17. Client B uses 4-way exchange to obtain the reserved lease but the lease
 //     for the Client A hasn't been removed yet. Client B's DHCPDISCOVER
 //     message is dropped again.
 // 18. Client A uses 4-way exchange to allocate a new lease.
@@ -518,7 +518,7 @@ TEST_F(DORATest, reservationsWithConflicts) {
     Dhcp4Client client(Dhcp4Client::SELECTING);
     // Configure DHCP server.
     configure(DORA_CONFIGS[0], *client.getServer());
-    // Client A performs 4-way exchange and obrains a lease from the
+    // Client A performs 4-way exchange and obtains a lease from the
     // dynamic pool.
     ASSERT_NO_THROW(client.doDORA(boost::shared_ptr<
                                   IOAddress>(new IOAddress("10.0.0.50"))));