aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMConfiguredInstall.cmake
diff options
context:
space:
mode:
authorChristophe Giboudeaux <christophe@krop.fr>2021-07-13 22:35:29 +0200
committerChristophe Giboudeaux <christophe@krop.fr>2021-07-13 22:35:29 +0200
commit8ac2f4f798012203d770049eb4a4374a3c5390ed (patch)
tree6d4c118216a6a655c75cd7350c06fb52263747dd /modules/ECMConfiguredInstall.cmake
parent2a39f0b235c242592ae6658f33e7fc7b547f8c6d (diff)
downloadextra-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.cmake2
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.
::