summaryrefslogtreecommitdiff
path: root/documentation/CMakeLists.txt
diff options
context:
space:
mode:
authorMatthias Melcher <github@matthiasm.com>2024-02-20 14:35:26 +0100
committerMatthias Melcher <github@matthiasm.com>2024-02-20 14:35:54 +0100
commit8cce99b2c7dbaee4caba8140b74b56a2314feca8 (patch)
tree35cf39eb8a7dc183813612eb07512bca86beb483 /documentation/CMakeLists.txt
parent2f343ad64dfc6a006660198f5757214114f38d7a (diff)
Typo
Diffstat (limited to 'documentation/CMakeLists.txt')
-rw-r--r--documentation/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/CMakeLists.txt b/documentation/CMakeLists.txt
index 23a6f65bf..4d7b5174a 100644
--- a/documentation/CMakeLists.txt
+++ b/documentation/CMakeLists.txt
@@ -64,9 +64,9 @@ if(GENERATE_DOCS)
ERROR_QUIET
)
- # set to "'unkown'" if git is not available
+ # set to "'unknown'" if git is not available
if(GIT_REVISION STREQUAL "")
- set(GIT_REVISION "'unkown'")
+ set(GIT_REVISION "'unknown'")
endif()
# Find "short" doxygen version if it was built from Git