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 | |
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
-rw-r--r-- | Help/manual/cmake-configure-log.7.rst | 2 | ||||
-rw-r--r-- | Modules/CSharpUtilities.cmake | 2 | ||||
-rw-r--r-- | Modules/Internal/CPack/CPackRPM.cmake | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Help/manual/cmake-configure-log.7.rst b/Help/manual/cmake-configure-log.7.rst index 4d64506..cb6cb90 100644 --- a/Help/manual/cmake-configure-log.7.rst +++ b/Help/manual/cmake-configure-log.7.rst @@ -56,7 +56,7 @@ step finished normally, ends with a ``...`` document marker line: A new document is appended to the log every time CMake configures the build tree and logs new events. -The keys of the each document root mapping are: +The keys of each document root mapping are: ``events`` A YAML block sequence of nodes corresponding to events logged during 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) |