summaryrefslogtreecommitdiff
path: root/Modules/FetchContent.cmake
diff options
context:
space:
mode:
authorJosef Angstenberger <code@jtxa.de>2021-05-06 22:37:22 +0200
committerJosef Angstenberger <code@jtxa.de>2021-05-07 17:00:15 +0200
commitdad5b9d8455e4007d1cab1567ebad0eac26330a1 (patch)
treec455f318cde0347c017cce0ebb8098defb702085 /Modules/FetchContent.cmake
parentfa7d307eff842b52d40d7b5283a04466955d35cc (diff)
downloadcmake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.gz
Modules: Fix typos and spelling in comments
Diffstat (limited to 'Modules/FetchContent.cmake')
-rw-r--r--Modules/FetchContent.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake
index 88f7ed682b..0c21cd934a 100644
--- a/Modules/FetchContent.cmake
+++ b/Modules/FetchContent.cmake
@@ -1053,7 +1053,7 @@ function(FetchContent_Populate contentName)
# Don't set global properties, or record that we did this population, since
# this was a direct call outside of the normal declared details form.
# We only want to save values in the global properties for content that
- # honours the hierarchical details mechanism so that projects are not
+ # honors the hierarchical details mechanism so that projects are not
# robbed of the ability to override details set in nested projects.
return()
endif()