summaryrefslogtreecommitdiffstats
path: root/src/lib/dhcpsrv/mysql_host_data_source.h
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2020-10-01 12:49:11 +0200
committerMarcin Siodelski <marcin@isc.org>2020-10-05 15:14:57 +0200
commit4b2396e908a0e5e920fcd23fb12342506d69dcf0 (patch)
treec0c6114afd7a8f6b79d7a4bf4eb1ba24c64cea51 /src/lib/dhcpsrv/mysql_host_data_source.h
parent[#1428] Delete multiple hosts by subnet/addr (diff)
downloadkea-4b2396e908a0e5e920fcd23fb12342506d69dcf0.tar.xz
kea-4b2396e908a0e5e920fcd23fb12342506d69dcf0.zip
[#1428] Fixed some typos
- regarless -> regardless - faciliate -> facilitate - removed spurious blank line as a result of review.
Diffstat (limited to 'src/lib/dhcpsrv/mysql_host_data_source.h')
-rw-r--r--src/lib/dhcpsrv/mysql_host_data_source.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/dhcpsrv/mysql_host_data_source.h b/src/lib/dhcpsrv/mysql_host_data_source.h
index bbb5584e3f..96c7f2d096 100644
--- a/src/lib/dhcpsrv/mysql_host_data_source.h
+++ b/src/lib/dhcpsrv/mysql_host_data_source.h
@@ -323,7 +323,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.
@@ -384,7 +384,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.