summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-buildsystem.7.rst
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2016-03-31 12:46:03 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2016-03-31 12:46:03 (GMT)
commit0aa736e62545cee8e3ed6c39667705d31ce66b8c (patch)
tree69d70d041ea1ea684564ea61b191a328fb741029 /Help/manual/cmake-buildsystem.7.rst
parentdea0b6b7187e3cb565c6653b991fe0e9f00191d2 (diff)
parent49e82c15d57db01a95f740f511715064a3887615 (diff)
downloadCMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.zip
CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.tar.gz
CMake-0aa736e62545cee8e3ed6c39667705d31ce66b8c.tar.bz2
Merge topic 'fix-spelling-typos'
49e82c15 Fix spelling typos in comments and documentation (#16037)
Diffstat (limited to 'Help/manual/cmake-buildsystem.7.rst')
-rw-r--r--Help/manual/cmake-buildsystem.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst
index 9004bb2..07bf33f 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -150,7 +150,7 @@ and :prop_tgt:`INTERFACE_COMPILE_OPTIONS` target properties.
Each of the commands has a ``PRIVATE``, ``PUBLIC`` and ``INTERFACE`` mode. The
``PRIVATE`` mode populates only the non-``INTERFACE_`` variant of the target
property and the ``INTERFACE`` mode populates only the ``INTERFACE_`` variants.
-The ``PUBLIC`` mode populates both variants of the repective target property.
+The ``PUBLIC`` mode populates both variants of the respective target property.
Each command may be invoked with multiple uses of each keyword:
.. code-block:: cmake