diff options
author | Modestas Vainius <modax@debian.org> | 2011-06-19 22:05:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-06-19 22:08:05 (GMT) |
commit | d66459be8ba7928e645e8542195e8a1323e1562a (patch) | |
tree | ed0fbecb649c218319c9afb1ba6a8e00ba4de89b /Source/cmTarget.cxx | |
parent | ac8a6bf085b088748e0b4e355f73f80cf4745f62 (diff) | |
download | CMake-d66459be8ba7928e645e8542195e8a1323e1562a.zip CMake-d66459be8ba7928e645e8542195e8a1323e1562a.tar.gz CMake-d66459be8ba7928e645e8542195e8a1323e1562a.tar.bz2 |
Documentation: Fix spelling / formatting errors (#12287)
The patch fixes the following problems spotted by lintian:
W: cmake-data: manpage-has-errors-from-man usr/share/man/man1/cmakemodules.1.gz 2641: warning [p 39, 1.5i]: can't break line
I: cmake-data: spelling-error-in-manpage usr/share/man/man1/cmakeprops.1.gz explict explicit
I: cmake: spelling-error-in-binary usr/bin/cmake explict explicit
I: cmake: spelling-error-in-binary usr/bin/cpack explict explicit
I: cmake: spelling-error-in-binary usr/bin/ctest explict explicit
W: cmake: manpage-has-errors-from-man usr/share/man/man1/cmake.1.gz 7300: warning [p 120, 3.3i]: can't break line
I: cmake: spelling-error-in-manpage usr/share/man/man1/cmake.1.gz explict explicit
I: cmake-curses-gui: spelling-error-in-binary usr/bin/ccmake explict explicit
I: cmake-qt-gui: spelling-error-in-binary usr/bin/cmake-gui explict explicit
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 7bd5372..52b9072 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -590,7 +590,7 @@ void cmTarget::DefineProperties(cmake *cm) "For an executable with exports (see the ENABLE_EXPORTS property) " "no default transitive link dependencies are used. " "This property replaces the default transitive link dependencies with " - "an explict list. " + "an explicit list. " "When the target is linked into another target the libraries " "listed (and recursively their link interface libraries) will be " "provided to the other target also. " |