2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-01 14:35:29 +00:00

[#1428] Fixed some typos

- regarless -> regardless
- faciliate -> facilitate
- removed spurious blank line

as a result of review.
This commit is contained in:
Marcin Siodelski
2020-10-01 12:49:11 +02:00
parent 1181298f2c
commit 4b2396e908
9 changed files with 14 additions and 15 deletions

View File

@@ -370,7 +370,7 @@ public:
/// The typical use case when a single IPv4 address is reserved for multiple
/// hosts is when these hosts represent different interfaces of the same
/// machine and each interface comes with a different MAC address. In that
/// case, the same IPv4 address is assigned regarless of which interface is
/// case, the same IPv4 address is assigned regardless of which interface is
/// used by the DHCP client to communicate with the server.
///
/// @param subnet_id Subnet identifier.
@@ -431,7 +431,7 @@ public:
/// The typical use case when a single IPv6 lease is reserved for multiple
/// hosts is when these hosts represent different interfaces of the same
/// machine and each interface comes with a different MAC address. In that
/// case, the same IPv6 lease is assigned regarless of which interface is
/// case, the same IPv6 lease is assigned regardless of which interface is
/// used by the DHCP client to communicate with the server.
///
/// @param subnet_id Subnet identifier.