summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2018-03-16 21:22:33 (GMT)
committerCraig Scott <craig.scott@crascit.com>2018-03-16 21:25:48 (GMT)
commit9b57cb62ea7f1557694054b552cbeb39fb12788e (patch)
treef0a4ac408c10455962956e8961e58f8f2c286700 /Help
parentc89993d529efa53ce869537cd902f57064c9c678 (diff)
downloadCMake-9b57cb62ea7f1557694054b552cbeb39fb12788e.zip
CMake-9b57cb62ea7f1557694054b552cbeb39fb12788e.tar.gz
CMake-9b57cb62ea7f1557694054b552cbeb39fb12788e.tar.bz2
Help: Fix minor typo in docs for CMAKE_PROJECT_DESCRIPTION
Diffstat (limited to 'Help')
-rw-r--r--Help/variable/CMAKE_PROJECT_DESCRIPTION.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst b/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst
index 6db5b9e..51b0592 100644
--- a/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst
+++ b/Help/variable/CMAKE_PROJECT_DESCRIPTION.rst
@@ -7,7 +7,7 @@ This variable holds the description of the project as specified in the top
level CMakeLists.txt file by a :command:`project` command. In the event that
the top level CMakeLists.txt contains multiple :command:`project` calls,
the most recently called one from that top level CMakeLists.txt will determine
-the name that ``CMAKE_PROJECT_DESCRIPTION`` contains. For example, consider
+the value that ``CMAKE_PROJECT_DESCRIPTION`` contains. For example, consider
the following top level CMakeLists.txt:
.. code-block:: cmake