summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-03-18 00:40:28 +0800
committerJia Tan <jiat0218@gmail.com>2023-03-18 00:40:28 +0800
commit8b2f6001b4f412c259a7883427f2f2c8cea98ea8 (patch)
tree74bf423992a9160504dac0a6ae3a611c630191c9
parent76e2315e14c399c15cc90e7930fd4d3d086b0227 (diff)
downloadxz-8b2f6001b4f412c259a7883427f2f2c8cea98ea8.tar.gz
CMake: Fix typo in a comment.
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b2367c..8d9b056 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
#
# Very limited CMake support for building some parts of XZ Utils
#
-# For now, this is indented to be useful to build static or shared liblzma
+# For now, this is intended to be useful to build static or shared liblzma
# on Windows with MSVC (to avoid the need to maintain Visual Studio project
# files). Building liblzma on a few other platforms should work too but it
# is somewhat experimental and not as portable as using ./configure.