]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
NEWS: squash a couple of typos
authorEmil Velikov <emil.l.velikov@gmail.com>
Tue, 11 Mar 2025 12:49:54 +0000 (12:49 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Tue, 11 Mar 2025 18:47:11 +0000 (13:47 -0500)
Namely:
 - ondemand -> on demand
 - mson -> meson

Fixes: 88940379 ("kmod 34")
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/315
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
(cherry picked from commit ec27bde27bd7bf130ed770a4240e6813102be338)

NEWS

diff --git a/NEWS b/NEWS
index 02cd69a3204511706583cb207632fe86f76f8484..08c85f0b38a25268a3b1bf0a9720ab77dd87fcae 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -14,8 +14,8 @@ kmod 34
          target distros while developers can use the build-dev.ini configuration
          file.
 
-       - Allow to load decompression libraries ondemand: liblzma.so, libz.so
-         and libzstd.so can now be loaded ondemand, only when there is
+       - Allow to load decompression libraries on demand: liblzma.so, libz.so
+         and libzstd.so can now be loaded on demand, only when there is
          such a need. For use during early boot for loading modules, if
          configured well it means none of these libraries are loaded: the
          module loading logic via finit_module() will just hand over to kernel
@@ -130,7 +130,7 @@ kmod 34
 
        - Install configuration directories,
          /{etc,usr/lib}/{depmod,modprobe}.d/ as part of installation, matching
-         what several distros do during packaging. (mson only)
+         what several distros do during packaging. (meson only)
 
 - Bug fixes