From: Marcin Godzina Date: Mon, 27 Jun 2022 16:19:18 +0000 (+0200) Subject: Spell check X-Git-Tag: Kea-2.1.7~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bd7e9d6ef311069e7a1e075cf990cd734a2d56be;p=thirdparty%2Fkea.git Spell check --- diff --git a/ChangeLog b/ChangeLog index f84fe9bfe2..d998ee53a9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ Kea 2.1.7 (development) released on June 29, 2022 (Gitlab #2455) 2031. [func] fdupont - Improved compatiblity with OpenSSL 3.0.x, in particular + Improved compatibility with OpenSSL 3.0.x, in particular recover system error messages. (Gitlab #1614) diff --git a/src/lib/util/dhcp_space.h b/src/lib/util/dhcp_space.h index 88d18eeca6..e34c7cb759 100644 --- a/src/lib/util/dhcp_space.h +++ b/src/lib/util/dhcp_space.h @@ -27,7 +27,7 @@ enum DhcpSpace { template char const* cStringDhcpSpace(); -/// @brief Replaces all occurences of {} with 4 or 6 based on the templated DHCP space. +/// @brief Replaces all occurrences of {} with 4 or 6 based on the templated DHCP space. /// /// @tparam D DHCP space ///