summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2020-06-18 10:32:36 (GMT)
committerCraig Scott <craig.scott@crascit.com>2020-06-18 10:43:46 (GMT)
commit947cfc732d6a83081fec28cce9a2d9deeeb47a8d (patch)
tree1e68c374a8c9f9fe3b111fa6348be6f64cb7fcc1
parent90c73479bcc581b59111891650bd12a9149a35c5 (diff)
downloadCMake-947cfc732d6a83081fec28cce9a2d9deeeb47a8d.zip
CMake-947cfc732d6a83081fec28cce9a2d9deeeb47a8d.tar.gz
CMake-947cfc732d6a83081fec28cce9a2d9deeeb47a8d.tar.bz2
Help: Explicitly say transaction, don't abbreviate to trans
The release notes need to make sense to people not so familiar with each item. For those less familiar with RPM, spelling out "transaction" makes this line item much clearer in isolation.
-rw-r--r--Help/release/3.18.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Help/release/3.18.rst b/Help/release/3.18.rst
index d72454f..c98b12a 100644
--- a/Help/release/3.18.rst
+++ b/Help/release/3.18.rst
@@ -246,9 +246,9 @@ CPack
installer is DPI-aware.
* The :cpack_gen:`CPack RPM Generator` gained
- :variable:`CPACK_RPM_PRE_TRANS_SCRIPT_FILE`
+ :variable:`CPACK_RPM_PRE_TRANS_SCRIPT_FILE` and
:variable:`CPACK_RPM_POST_TRANS_SCRIPT_FILE`
- variables to specify pre- and post-trans scripts.
+ variables to specify pre- and post-transaction scripts.
Other
-----