diff options
author | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
---|---|---|
committer | Christophe Giboudeaux <christophe@krop.fr> | 2021-07-13 22:35:29 +0200 |
commit | 8ac2f4f798012203d770049eb4a4374a3c5390ed (patch) | |
tree | 6d4c118216a6a655c75cd7350c06fb52263747dd /modules/ECMConfiguredInstall.cmake | |
parent | 2a39f0b235c242592ae6658f33e7fc7b547f8c6d (diff) | |
download | extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.gz extra-cmake-modules-8ac2f4f798012203d770049eb4a4374a3c5390ed.tar.bz2 |
Fix typos found by codespell
GIT_SILENT
Diffstat (limited to 'modules/ECMConfiguredInstall.cmake')
-rw-r--r-- | modules/ECMConfiguredInstall.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ECMConfiguredInstall.cmake b/modules/ECMConfiguredInstall.cmake index e3e77312..9a6f5ce6 100644 --- a/modules/ECMConfiguredInstall.cmake +++ b/modules/ECMConfiguredInstall.cmake @@ -8,7 +8,7 @@ ECMConfiguredInstall Takes a list of files, runs configure_file on each and installs the resultant configured files in the given location. -Any suffix of ".in" in the passed file names wil be stripped from the file name at the installed location. +Any suffix of ".in" in the passed file names will be stripped from the file name at the installed location. :: |