diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2018-10-03 19:25:16 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-10-03 19:32:46 (GMT) |
commit | 6b4c5a036508b915bb23b50eef0f9a0ed7b1adad (patch) | |
tree | c0f18e4ad89fb152da5bed9831d3d3f953ec8c64 /Modules/Internal | |
parent | fd02538974dd952a8639d371c2c0067d30d5469a (diff) | |
download | CMake-6b4c5a036508b915bb23b50eef0f9a0ed7b1adad.zip CMake-6b4c5a036508b915bb23b50eef0f9a0ed7b1adad.tar.gz CMake-6b4c5a036508b915bb23b50eef0f9a0ed7b1adad.tar.bz2 |
Fix misc. typos
Found via `codespell -q 3 -I ../cmake-whitelist.txt --skip="./Utilities"`
where the whitelist consists of
```
aci
ans
behaviour
buil
convertor
dum
earch
ect
emmited
emmitted
helpfull
iff
isnt
ith
lowercased
mose
nd
nknown
nto
objext
ot
pathes
pevents
splitted
substract
superceded
supercedes
te
tim
todays
uint
upto
whitespaces
```
Diffstat (limited to 'Modules/Internal')
-rw-r--r-- | Modules/Internal/CPack/CPackRPM.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Internal/CPack/CPackRPM.cmake b/Modules/Internal/CPack/CPackRPM.cmake index 3bd5147..2de71ee 100644 --- a/Modules/Internal/CPack/CPackRPM.cmake +++ b/Modules/Internal/CPack/CPackRPM.cmake @@ -491,7 +491,7 @@ function(cpack_rpm_prepare_install_files INSTALL_FILES_LIST WDIR PACKAGE_PREFIXE list(LENGTH SYMLINK_RELOCATIONS SYMLINK_RELOCATIONS_COUNT) list(LENGTH POINT_RELOCATIONS POINT_RELOCATIONS_COUNT) else() - # location pointed to is ouside WDR so it should be treated as a permanent symlink + # location pointed to is outside WDR so it should be treated as a permanent symlink set(SYMLINK_POINT_WD_ "${SYMLINK_POINT_}") unset(SYMLINK_RELOCATIONS) |