Просмотр исходного кода

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`.
Øystein Sørensen 3 лет назад
Родитель
Сommit
6892002fcb
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Help/guide/tutorial/Packaging an Installer.rst

+ 1 - 1
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
 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
 some CPack variables to where we have stored the license and version
 information for this project. The version information was set earlier in this
 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
 directory for this step.  The :variable:`CPACK_SOURCE_GENERATOR` variable
 selects a file format for the source package.
 selects a file format for the source package.