Skip to content

Commit

Permalink
Fix typos in NEWS and CMakeLists.
Browse files Browse the repository at this point in the history
  • Loading branch information
JiaT75 committed Feb 25, 2024
1 parent 5d8d915 commit 8bf9f72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -273,7 +273,7 @@ endif()
# Translation support requires CMake 3.20 because it added the Intl::Intl
# target so we don't need to play with the individual variables.
#
# The defintion ENABLE_NLS is added only to those targets that use it, thus
# The definition ENABLE_NLS is added only to those targets that use it, thus
# it's not done here. (xz has translations, xzdec doesn't.)
if(CMAKE_VERSION VERSION_GREATER_EQUAL "3.20")
find_package(Intl)
Expand Down
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 8bf9f72

Please sign in to comment.