summaryrefslogtreecommitdiff
path: root/documentation/CMakeLists.txt
diff options
context:
space:
mode:
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