]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
Spell check
authorMarcin Godzina <mgodzina@isc.org>
Mon, 27 Jun 2022 16:19:18 +0000 (18:19 +0200)
committerMarcin Godzina <mgodzina@isc.org>
Mon, 27 Jun 2022 16:19:18 +0000 (18:19 +0200)
ChangeLog
src/lib/util/dhcp_space.h

index f84fe9bfe2b497ba90167b26077604e00981ba10..d998ee53a940a6e466842eaeffd04a0881ef9f38 100644 (file)
--- 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)
 
index 88d18eeca6bc30b96f6ce8ad9cff3f8e23b56b91..e34c7cb7596b0fa5192dc93fd8bd87beed7e4ba6 100644 (file)
@@ -27,7 +27,7 @@ enum DhcpSpace {
 template <DhcpSpace D>
 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
 ///