summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2024-03-16 05:27:04 (GMT)
committerCraig Scott <craig.scott@crascit.com>2024-03-19 10:47:21 (GMT)
commit31fb693d06009abbb48c4f2a55ee8bb3278dbaee (patch)
treec7485f3b762e33dde7aa8d96057961d0b12e8735 /Modules
parent8a40da1b711db7065e53b50676b3757e9d5f0b1d (diff)
downloadCMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.zip
CMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.tar.gz
CMake-31fb693d06009abbb48c4f2a55ee8bb3278dbaee.tar.bz2
Help: Fix typos and grammar in pre-3.29 docs
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CSharpUtilities.cmake2
-rw-r--r--Modules/Internal/CPack/CPackRPM.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/Modules/CSharpUtilities.cmake b/Modules/CSharpUtilities.cmake
index b5520ef..cd44169 100644
--- a/Modules/CSharpUtilities.cmake
+++ b/Modules/CSharpUtilities.cmake
@@ -133,7 +133,7 @@ Helper functions which are used by the above ones
Name of the variable in which the list of keys is stored
``<fileN>``
- filename(s) as given to to CSharp target using :command:`add_library`
+ filename(s) as given to CSharp target using :command:`add_library`
or :command:`add_executable`
In some way the function applies a canonicalization to the source names.
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)