summaryrefslogtreecommitdiffstats
path: root/cmake/Sanitizers
diff options
context:
space:
mode:
authoralbert-github <albert.tests@gmail.com>2020-08-09 09:46:30 (GMT)
committeralbert-github <albert.tests@gmail.com>2020-08-09 09:46:30 (GMT)
commit1dc1acd5e1a639f61a431e0ff6ebbd8edd96de64 (patch)
treea6b18e900934248933d9479449e8bdb2c6084ca1 /cmake/Sanitizers
parent7cab820224ca78ff4cdeba1a0cffbc54805027a5 (diff)
downloadDoxygen-1dc1acd5e1a639f61a431e0ff6ebbd8edd96de64.zip
Doxygen-1dc1acd5e1a639f61a431e0ff6ebbd8edd96de64.tar.gz
Doxygen-1dc1acd5e1a639f61a431e0ff6ebbd8edd96de64.tar.bz2
Spelling corrections is comments
Some spelling omissions found by Fossies.
Diffstat (limited to 'cmake/Sanitizers')
-rw-r--r--cmake/Sanitizers/sanitize-helpers.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Sanitizers/sanitize-helpers.cmake b/cmake/Sanitizers/sanitize-helpers.cmake
index 3649b07..dd4b898 100644
--- a/cmake/Sanitizers/sanitize-helpers.cmake
+++ b/cmake/Sanitizers/sanitize-helpers.cmake
@@ -106,7 +106,7 @@ function (sanitizer_check_compiler_flags FLAG_CANDIDATES NAME PREFIX)
get_property(ENABLED_LANGUAGES GLOBAL PROPERTY ENABLED_LANGUAGES)
foreach (LANG ${ENABLED_LANGUAGES})
- # Sanitizer flags are not dependend on language, but the used compiler.
+ # Sanitizer flags are not dependent on language, but the used compiler.
# So instead of searching flags foreach language, search flags foreach
# compiler used.
set(COMPILER ${CMAKE_${LANG}_COMPILER_ID})