diff options
author | Stephen Kelly <steveire@gmail.com> | 2013-10-17 17:15:52 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2013-10-18 16:52:01 (GMT) |
commit | 2d4ce8054900216f554dede6dec843741e8c97f5 (patch) | |
tree | bc85d5cd5d64db026ebacd8fd6a65d422892dbdf /Help/policy/CMP0017.rst | |
parent | d6dd264671a10da9c942361b1559d757c35fa0ae (diff) | |
download | CMake-2d4ce8054900216f554dede6dec843741e8c97f5.zip CMake-2d4ce8054900216f554dede6dec843741e8c97f5.tar.gz CMake-2d4ce8054900216f554dede6dec843741e8c97f5.tar.bz2 |
cmPolicies: Fix typo
Use American spelling: behaviour -> behavior.
Diffstat (limited to 'Help/policy/CMP0017.rst')
-rw-r--r-- | Help/policy/CMP0017.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/policy/CMP0017.rst b/Help/policy/CMP0017.rst index c93e8b2..f74e6f0 100644 --- a/Help/policy/CMP0017.rst +++ b/Help/policy/CMP0017.rst @@ -11,7 +11,7 @@ the modules belonging to CMake always get those files included which they expect, and against which they were developed and tested. In all other cases, the files found in CMAKE_MODULE_PATH still take precedence over the ones in the CMake module directory. The OLD -behaviour is to always prefer files from CMAKE_MODULE_PATH over files +behavior is to always prefer files from CMAKE_MODULE_PATH over files from the CMake modules directory. This policy was introduced in CMake version 2.8.4. CMake version |