]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#996] Fixed previous entry grammar
authorFrancis Dupont <fdupont@isc.org>
Fri, 3 Jul 2020 17:40:24 +0000 (19:40 +0200)
committerFrancis Dupont <fdupont@isc.org>
Fri, 3 Jul 2020 17:40:24 +0000 (19:40 +0200)
ChangeLog

index cbaf959df6aa54ae4c17650510c9cf2f1431c669..ee472d7e722fbfc5725d8148aa876848459e64e8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -7,7 +7,7 @@
        Changed the way hook libraries are unloaded. Now unload is done
        in two phases: the first phase calls unload() entry points and
        removes callouts, the second phase unmaps hook library memory
-       spaces. This should lead to fewer problems including less crashes
+       spaces. This should lead to fewer problems including fewer crashes
        at exit time. On the other hand, incorrect libraries can stay
        in memory until exit and prevent any (re)load.
        (Gitlab #1282)