diff options
author | Stephen Kelly <steveire@gmail.com> | 2014-02-04 16:27:51 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-02-06 21:14:13 (GMT) |
commit | 91fbff88202398fdf0e74cffc0681c32cbb7d061 (patch) | |
tree | b8db9d03b10d1201cbe7c6d342efe0c12c45140d /Help/manual/cmake-buildsystem.7.rst | |
parent | f55528186a9ff607cbf369299253957848314dd5 (diff) | |
download | CMake-91fbff88202398fdf0e74cffc0681c32cbb7d061.zip CMake-91fbff88202398fdf0e74cffc0681c32cbb7d061.tar.gz CMake-91fbff88202398fdf0e74cffc0681c32cbb7d061.tar.bz2 |
Help: Fix typos
Psuedo -> Pseudo
behaviour -> behavior
CMake uses American spelling.
Diffstat (limited to 'Help/manual/cmake-buildsystem.7.rst')
-rw-r--r-- | Help/manual/cmake-buildsystem.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-buildsystem.7.rst b/Help/manual/cmake-buildsystem.7.rst index 2b37c0c..8a21adf 100644 --- a/Help/manual/cmake-buildsystem.7.rst +++ b/Help/manual/cmake-buildsystem.7.rst @@ -634,7 +634,7 @@ target at a time. The commands :command:`add_definitions`, a similar function, but operate at directory scope instead of target scope for convenience. -Psuedo Targets +Pseudo Targets ============== Some target types do not represent outputs of the buildsystem, but only inputs |