diff options
author | Brad King <brad.king@kitware.com> | 2016-02-01 15:43:57 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-02-01 15:43:57 (GMT) |
commit | adc3d1244bf373fca10cc15a45e34ac7aac34961 (patch) | |
tree | 3f3ec8983513970af12895bd38183d55af288487 | |
parent | 5ee96fc2724e2264d7ba804586da2f0bc759929d (diff) | |
parent | 6f83db1cc10beca21b088bfe8d623f6256eb3d0b (diff) | |
download | CMake-adc3d1244bf373fca10cc15a45e34ac7aac34961.zip CMake-adc3d1244bf373fca10cc15a45e34ac7aac34961.tar.gz CMake-adc3d1244bf373fca10cc15a45e34ac7aac34961.tar.bz2 |
Merge topic 'doc-cmake-developer-typo'
6f83db1c Help: Fix typo in `cmake-developer(7)` manual
-rw-r--r-- | Help/manual/cmake-developer.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst index a335384..7bfdcad 100644 --- a/Help/manual/cmake-developer.7.rst +++ b/Help/manual/cmake-developer.7.rst @@ -718,7 +718,7 @@ same consideration applies to macros, functions and imported targets. If False, do not try to use the relevant CMake wrapping command. ``Xxx_Yy_FOUND`` - If False, optional Yy part of Xxx sytem is not available. + If False, optional Yy part of Xxx system is not available. ``Xxx_FOUND`` Set to false, or undefined, if we haven't found, or don't want to use |