CMake: Fix a typo in a message

It was spotted with codespell.
This commit is contained in:
Lasse Collin 2024-06-24 20:01:25 +03:00
parent 2a47be823c
commit 33ec377729
1 changed files with 1 additions and 1 deletions

View File

@ -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}"