diff options
| author | Matthias Melcher <github@matthiasm.com> | 2024-02-20 14:35:26 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2024-02-20 14:35:54 +0100 |
| commit | 8cce99b2c7dbaee4caba8140b74b56a2314feca8 (patch) | |
| tree | 35cf39eb8a7dc183813612eb07512bca86beb483 | |
| parent | 2f343ad64dfc6a006660198f5757214114f38d7a (diff) | |
Typo
| -rw-r--r-- | documentation/CMakeLists.txt | 4 |
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 |
