]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1282] Fixed ChangeLog entry (4)
authorFrancis Dupont <fdupont@isc.org>
Tue, 30 Jun 2020 16:04:20 +0000 (18:04 +0200)
committerFrancis Dupont <fdupont@isc.org>
Tue, 30 Jun 2020 16:04:20 +0000 (18:04 +0200)
ChangeLog

index a0f306d54943eed178fca37dd1c08ca49b76a1ef..aaf1dd575e255d0849271ea7fe248e0c2cb115f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,7 +2,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 less problems including less crashes
+       spaces. This should lead to fewer problems including less crashes
        at exit time. On the other hand, incorrect libraries can stay
        in memory until exit and prevent any (re)load.
        (Gitlab #1282)