diff options
author | Kai Wasserbäch <debian@carbon-project.org> | 2010-07-02 14:58:00 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-07-13 13:41:37 (GMT) |
commit | 9203e9187ec3c0ada49af953c3ec1a1f9190cf45 (patch) | |
tree | 4142047233017dc6bf899533b4ba3c38ab5d1cb6 /Tests | |
parent | f9116d0225f0c96a20b508510cffb621e116ac28 (diff) | |
download | CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.zip CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.gz CMake-9203e9187ec3c0ada49af953c3ec1a1f9190cf45.tar.bz2 |
Fix spelling errors reported by Lintian.
During a Lintian run on the binary packages of CMake in Debian I was
notified of many spelling mistakes.
Diffstat (limited to 'Tests')
-rw-r--r-- | Tests/CMakeTests/FindBaseTest.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/CMakeTests/FindBaseTest.cmake.in b/Tests/CMakeTests/FindBaseTest.cmake.in index 02f7001..47c1692 100644 --- a/Tests/CMakeTests/FindBaseTest.cmake.in +++ b/Tests/CMakeTests/FindBaseTest.cmake.in @@ -55,7 +55,7 @@ if(NOT "${FOO_H_5}" STREQUAL "${_HEADER_FULL}") message(FATAL_ERROR "Did not find \"${_HEADER_FULL}\"\ngot ${FOO_H_5} instead !") endif(NOT "${FOO_H_5}" STREQUAL "${_HEADER_FULL}") -# by explicitely disabling CMAKE_FIND_ROOT_PATH again it shouldn't be found +# by explicitly disabling CMAKE_FIND_ROOT_PATH again it shouldn't be found find_file(FOO_H_6 ${_HEADER} NO_CMAKE_FIND_ROOT_PATH) if(FOO_H_6) message(FATAL_ERROR "${_HEADER} found: ${FOO_H_6}, it should not exist !") |