summaryrefslogtreecommitdiff
path: root/Modules/GNUInstallDirs.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/GNUInstallDirs.cmake
parentfa7d307eff842b52d40d7b5283a04466955d35cc (diff)
downloadcmake-dad5b9d8455e4007d1cab1567ebad0eac26330a1.tar.gz
Modules: Fix typos and spelling in comments
Diffstat (limited to 'Modules/GNUInstallDirs.cmake')
-rw-r--r--Modules/GNUInstallDirs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/GNUInstallDirs.cmake b/Modules/GNUInstallDirs.cmake
index e149f4c5aa..f7d8c36a26 100644
--- a/Modules/GNUInstallDirs.cmake
+++ b/Modules/GNUInstallDirs.cmake
@@ -352,7 +352,7 @@ macro(GNUInstallDirs_get_absolute_install_dir absvar var)
if(GGAID_extra_arg_count GREATER 0)
list(GET GGAID_extra_args 0 GGAID_dir)
else()
- # Historical behaviour: use ${dir} from caller's scope
+ # Historical behavior: use ${dir} from caller's scope
set(GGAID_dir "${dir}")
message(AUTHOR_WARNING
"GNUInstallDirs_get_absolute_install_dir called without third argument. "