summaryrefslogtreecommitdiffstats
path: root/Help/guide
diff options
context:
space:
mode:
authorØystein Sørensen <oystein_sorensen@hotmail.com>2022-03-21 19:43:55 (GMT)
committerBrad King <brad.king@kitware.com>2022-03-21 19:58:26 (GMT)
commit6892002fcb60f241b0ebe59dfc4c38203cb135d3 (patch)
treeca1bd87fb6d504b6122c77d6008f27155b4f68c1 /Help/guide
parent58f15afb8a1f6c7f047585d81a8f773fcf7952e8 (diff)
downloadCMake-6892002fcb60f241b0ebe59dfc4c38203cb135d3.zip
CMake-6892002fcb60f241b0ebe59dfc4c38203cb135d3.tar.gz
CMake-6892002fcb60f241b0ebe59dfc4c38203cb135d3.tar.bz2
Tutorial: Fix casing of reference to License.txt
Correct a tiny typo in the Step 7 tutorial. Change so `License.txt` correctly starts with a capital `L`.
Diffstat (limited to 'Help/guide')
-rw-r--r--Help/guide/tutorial/Packaging an Installer.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/guide/tutorial/Packaging an Installer.rst b/Help/guide/tutorial/Packaging an Installer.rst
index 55e74e0..0ee5db2 100644
--- a/Help/guide/tutorial/Packaging an Installer.rst
+++ b/Help/guide/tutorial/Packaging an Installer.rst
@@ -22,7 +22,7 @@ That is all there is to it. We start by including
libraries that are needed by the project for the current platform. Next we set
some CPack variables to where we have stored the license and version
information for this project. The version information was set earlier in this
-tutorial and the ``license.txt`` has been included in the top-level source
+tutorial and the ``License.txt`` has been included in the top-level source
directory for this step. The :variable:`CPACK_SOURCE_GENERATOR` variable
selects a file format for the source package.