From: Lasse Collin Date: Mon, 24 Jun 2024 17:01:25 +0000 (+0300) Subject: CMake: Fix a typo in a message X-Git-Tag: v5.7.1alpha~154 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=33ec377729a3889e58d98934b2777b2754a3e045;p=thirdparty%2Fxz.git CMake: Fix a typo in a message It was spotted with codespell. --- diff --git a/CMakeLists.txt b/CMakeLists.txt index f6ed126c..51386e33 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2318,7 +2318,7 @@ if(UNIX) endif() endif() -option(XZ_DOC "Install basic documention, examples, and license files" ON) +option(XZ_DOC "Install basic documentation, examples, and license files" ON) if(XZ_DOC) install(DIRECTORY doc/examples DESTINATION "${CMAKE_INSTALL_DOCDIR}"