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 /Source/cmLocalGenerator.cxx | |
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 'Source/cmLocalGenerator.cxx')
-rw-r--r-- | Source/cmLocalGenerator.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmLocalGenerator.cxx b/Source/cmLocalGenerator.cxx index 13d875f..07c92e5 100644 --- a/Source/cmLocalGenerator.cxx +++ b/Source/cmLocalGenerator.cxx @@ -3045,7 +3045,7 @@ bool cmLocalGenerator::CheckDefinition(std::string const& define) const if(define.find_first_of("#") != define.npos) { cmOStringStream e; - e << "WARNING: Peprocessor definitions containing '#' may not be " + e << "WARNING: Preprocessor definitions containing '#' may not be " << "passed on the compiler command line because many compilers " << "do not support it.\n" << "CMake is dropping a preprocessor definition: " << define << "\n" |