summaryrefslogtreecommitdiffstats
path: root/Help/manual/cmake-developer.7.rst
diff options
context:
space:
mode:
authorStephen Kelly <steveire@gmail.com>2014-02-04 16:27:51 (GMT)
committerBrad King <brad.king@kitware.com>2014-02-06 21:14:13 (GMT)
commit91fbff88202398fdf0e74cffc0681c32cbb7d061 (patch)
treeb8db9d03b10d1201cbe7c6d342efe0c12c45140d /Help/manual/cmake-developer.7.rst
parentf55528186a9ff607cbf369299253957848314dd5 (diff)
downloadCMake-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-developer.7.rst')
-rw-r--r--Help/manual/cmake-developer.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-developer.7.rst b/Help/manual/cmake-developer.7.rst
index d169e1a..b1d413e 100644
--- a/Help/manual/cmake-developer.7.rst
+++ b/Help/manual/cmake-developer.7.rst
@@ -703,7 +703,7 @@ If the package provides Xxx_INCLUDE_DIRS and Xxx_LIBRARIES variables, the
include dirs and libraries for all components which were requested and which
have been found should be added to those two variables.
-To get this behaviour you can use the FIND_PACKAGE_HANDLE_STANDARD_ARGS()
+To get this behavior you can use the FIND_PACKAGE_HANDLE_STANDARD_ARGS()
macro, as an example see FindJPEG.cmake.
For internal implementation, it's a generally accepted convention that