diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-02-25 21:41:55 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-02-25 21:41:55 +0800 |
commit | 8bf9f72ee1c05b9e205a72807e8a9e304785673d (patch) | |
tree | e5453084dd74c933332810b9e9aa9b15e4c2fc91 /CMakeLists.txt | |
parent | Bump version and soname for 5.7.0alpha. (diff) | |
download | xz-8bf9f72ee1c05b9e205a72807e8a9e304785673d.tar.xz |
Fix typos in NEWS and CMakeLists.
Diffstat (limited to '')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4924f436..b783399c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) |