diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-02-25 21:41:55 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2024-02-28 18:31:04 +0200 |
commit | c83349dfd9cf9c495005b6d30e2fd34a9cafc18a (patch) | |
tree | f4cb44a5717ceec7d98a84f140edfea14a6c3e5d /NEWS | |
parent | Bump version and soname for 5.6.0. (diff) | |
download | xz-c83349dfd9cf9c495005b6d30e2fd34a9cafc18a.tar.xz |
Fix typos in NEWS and CMakeLists.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,7 +23,7 @@ XZ Utils Release Notes * Sandboxing support in xz: - Landlock is now used even when xz needs to create files. - In this case the sandbox is has to be more permissive than + In this case the sandbox has to be more permissive than when no files need to be created. A similar thing was already in use with pledge(2) since 5.3.4alpha. |