diff options
author | Brad King <brad.king@kitware.com> | 2023-05-18 20:36:49 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-05-22 20:51:15 (GMT) |
commit | 04b0d5c86291d14f485d1046957a6fcd22d65bee (patch) | |
tree | 2e394bcc048c60a019e008eb294563f08350411e /Modules/Internal | |
parent | 3728f079af64b4d4ea494ce7a8f723dee5f84a7a (diff) | |
download | CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.zip CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.gz CMake-04b0d5c86291d14f485d1046957a6fcd22d65bee.tar.bz2 |
codespell: Fix typos
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 8ac1f6b..36c0a3f 100644 --- a/Modules/Internal/CPack/CPackRPM.cmake +++ b/Modules/Internal/CPack/CPackRPM.cmake @@ -1150,7 +1150,7 @@ function(cpack_rpm_generate_package) endforeach() # CPACK_RPM_SPEC_INSTALL_POST - # May be used to define a RPM post intallation script + # May be used to define a RPM post installation script # for example setting it to "/bin/true" may prevent # rpmbuild from stripping binaries. if(CPACK_RPM_SPEC_INSTALL_POST) |