diff options
author | Josef Angstenberger <code@jtxa.de> | 2021-05-06 20:37:22 (GMT) |
---|---|---|
committer | Josef Angstenberger <code@jtxa.de> | 2021-05-07 15:00:15 (GMT) |
commit | dad5b9d8455e4007d1cab1567ebad0eac26330a1 (patch) | |
tree | c455f318cde0347c017cce0ebb8098defb702085 /Modules/FetchContent.cmake | |
parent | fa7d307eff842b52d40d7b5283a04466955d35cc (diff) | |
download | CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.zip CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.gz CMake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.bz2 |
Modules: Fix typos and spelling in comments
Diffstat (limited to 'Modules/FetchContent.cmake')
-rw-r--r-- | Modules/FetchContent.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FetchContent.cmake b/Modules/FetchContent.cmake index 88f7ed6..0c21cd9 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() |