From: Josh Soref Date: Sun, 23 Jul 2017 17:53:17 +0000 (-0400) Subject: spelling: lease X-Git-Tag: trac5124a_base~35^2~111 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b9b76bd7e69713245a140fc6d297975cff343adb;p=thirdparty%2Fkea.git spelling: lease --- diff --git a/src/bin/dhcp4/tests/fqdn_unittest.cc b/src/bin/dhcp4/tests/fqdn_unittest.cc index 179c2ae2fa..304ca6d381 100644 --- a/src/bin/dhcp4/tests/fqdn_unittest.cc +++ b/src/bin/dhcp4/tests/fqdn_unittest.cc @@ -1459,7 +1459,7 @@ TEST_F(NameDhcpv4SrvTest, hostnameReservationNoDNSQualifyingSuffix) { // Test verifies that the server properly generates a FQDN when the client // FQDN name is blank, whether or not DDNS updates are enabled. It also // verifies that the lease is only in the database following a DHCPREQUEST and -// that the lesae contains the generated FQDN. +// that the lease contains the generated FQDN. TEST_F(NameDhcpv4SrvTest, emptyFqdn) { Dhcp4Client client(Dhcp4Client::SELECTING); isc::asiolink::IOAddress expected_address("10.0.0.10"); diff --git a/src/bin/lfc/lfc_controller.h b/src/bin/lfc/lfc_controller.h index 35168d0d81..cc918b70f5 100644 --- a/src/bin/lfc/lfc_controller.h +++ b/src/bin/lfc/lfc_controller.h @@ -99,7 +99,7 @@ public: /// @name Accessor methods mainly used for testing purposes //@{ - /// @brief Gets the protocol version of the leaes files + /// @brief Gets the protocol version of the leases files /// /// @return Returns the value of the DHCP protocol version. /// This can be 4 or 6 while in use and 0 before parsing diff --git a/src/bin/lfc/tests/lfc_controller_unittests.cc b/src/bin/lfc/tests/lfc_controller_unittests.cc index 6a5c937978..6a3124eace 100644 --- a/src/bin/lfc/tests/lfc_controller_unittests.cc +++ b/src/bin/lfc/tests/lfc_controller_unittests.cc @@ -485,7 +485,7 @@ TEST_F(LFCControllerTest, launch4) { // Run the cleanup launch(lfc_controller, argc, argv); - // Compare the results, we expect a header and no leaes. + // Compare the results, we expect a header and no leases. // We also verify none of the temp or pid files remain. test_str = v4_hdr_; EXPECT_EQ(readFile(xstr_), test_str); diff --git a/src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc b/src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc index f955ecd25d..997fe9549b 100644 --- a/src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc +++ b/src/lib/dhcpsrv/tests/alloc_engine_expiration_unittest.cc @@ -654,7 +654,7 @@ public: /// of reclaimed leases. void testReclaimExpiredLeasesLimit() { for (unsigned int i = 0; i < TEST_LEASES_NUM; ++i) { - // Mark all leaes as expired. The higher the index the less + // Mark all leases as expired. The higher the index the less // expired the lease. expire(i, 1000 - i); } @@ -1349,7 +1349,7 @@ ExpirationAllocEngine6Test::testReclaimExpiredLeasesStats() { BOOST_STATIC_ASSERT(TEST_LEASES_NUM % 2 == 0); for (unsigned int i = 0; i < TEST_LEASES_NUM; ++i) { - // Mark all leaes as expired. The higher the index the less + // Mark all leases as expired. The higher the index the less // expired the lease. expire(i, 1000 - i); // Modify subnet ids and lease types for some leases. @@ -2001,7 +2001,7 @@ ExpirationAllocEngine4Test::testReclaimExpiredLeasesStats() { BOOST_STATIC_ASSERT(TEST_LEASES_NUM % 2 == 0); for (unsigned int i = 0; i < TEST_LEASES_NUM; ++i) { - // Mark all leaes as expired. The higher the index the less + // Mark all leases as expired. The higher the index the less // expired the lease. expire(i, 1000 - i); // Modify subnet ids of some leases.