From 8cce99b2c7dbaee4caba8140b74b56a2314feca8 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Tue, 20 Feb 2024 14:35:26 +0100 Subject: [PATCH] Typo --- documentation/CMakeLists.txt | 4 ++-- 1 file 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