summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorFelix Geyer <debfx@fobos.de>2016-07-10 09:05:56 (GMT)
committerFelix Geyer <debfx@fobos.de>2016-07-10 09:05:56 (GMT)
commit566086187f21aef0686f0f21e97d06e93a205db8 (patch)
tree483e4ac5c9f16a2487dd67880618f8ae5cb3ddd2 /Help
parent03a50961f338462acc65db876c59e0045f0754d9 (diff)
downloadCMake-566086187f21aef0686f0f21e97d06e93a205db8.zip
CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.gz
CMake-566086187f21aef0686f0f21e97d06e93a205db8.tar.bz2
Fix typos.
Diffstat (limited to 'Help')
-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 07bf33f..4950fee 100644
--- a/Help/manual/cmake-buildsystem.7.rst
+++ b/Help/manual/cmake-buildsystem.7.rst
@@ -860,7 +860,7 @@ with :prop_tgt:`IMPORTED` targets.
Alias Targets
-------------
-An ``ALIAS`` target is a name which may be used interchangably with
+An ``ALIAS`` target is a name which may be used interchangeably with
a binary target name in read-only contexts. A primary use-case for ``ALIAS``
targets is for example or unit test executables accompanying a library, which
may be part of the same buildsystem or built separately based on user