diff options
author | Prayag Verma <prayag.verma@gmail.com> | 2016-02-01 00:33:56 +0530 |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2016-02-01 10:36:25 -0500 |
commit | 6f83db1cc10beca21b088bfe8d623f6256eb3d0b (patch) | |
tree | 3fb6575ffa80a9ae33983076c92ddee24c868240 | |
parent | 13b4ef24e1abd69b4fd8eec55772670a85bd5aa8 (diff) | |
download | cmake-6f83db1cc10beca21b088bfe8d623f6256eb3d0b.tar.gz |
Help: Fix typo in `cmake-developer(7)` manual
Fix spelling mistake `sytem` => `system`.
-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 a335384042..7bfdcadcbc 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 |