diff options
author | Craig Scott <craig.scott@crascit.com> | 2023-08-07 22:10:36 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2023-08-07 22:10:55 (GMT) |
commit | bd365b520eca84802ec1427c8823b3fc8c9db767 (patch) | |
tree | 2b0c3c7a51504e6eab72622cc808e2b34c33c355 /Source | |
parent | cbcd2978268a31fde7e9893dd0da13659dadd166 (diff) | |
parent | 78e7ea598d2c1642ffbf8d402e8485ad590b322f (diff) | |
download | CMake-bd365b520eca84802ec1427c8823b3fc8c9db767.zip CMake-bd365b520eca84802ec1427c8823b3fc8c9db767.tar.gz CMake-bd365b520eca84802ec1427c8823b3fc8c9db767.tar.bz2 |
Merge topic 'doc-fixups-release-3.27' into release-3.27
78e7ea598d cmLocalGenerator: Fix trivial spelling error in code comment
1285fe27ff Help: Improve formatting and fix wording for ENABLE_EXPORTS
91336d061c Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY
03208d9e18 Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8688
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 7ad4023..aaf0d67 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -68,7 +68,7 @@ #endif // List of variables that are replaced when -// rules are expanced. These variables are +// rules are expanded. These variables are // replaced in the form <var> with GetSafeDefinition(var). // ${LANG} is replaced in the variable first with all enabled // languages. |