diff options
author | Craig Scott <craig.scott@crascit.com> | 2024-03-16 05:27:04 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2024-03-19 10:47:21 (GMT) |
commit | 31fb693d06009abbb48c4f2a55ee8bb3278dbaee (patch) | |
tree | c7485f3b762e33dde7aa8d96057961d0b12e8735 /Modules/Internal | |
parent | 8a40da1b711db7065e53b50676b3757e9d5f0b1d (diff) | |
download | CMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.zip CMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.tar.gz CMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.tar.bz2 |
Help: Fix typos and grammar in pre-3.29 docs
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 5766045..23fb823 100644 --- a/Modules/Internal/CPack/CPackRPM.cmake +++ b/Modules/Internal/CPack/CPackRPM.cmake @@ -861,7 +861,7 @@ function(cpack_rpm_generate_package) # If rpmbuild is found # we try to discover alien since we may be on non RPM distro like Debian. - # In this case we may try to to use more advanced features + # In this case we may try to use more advanced features # like generating RPM directly from DEB using alien. # FIXME feature not finished (yet) find_program(ALIEN_EXECUTABLE alien) |