diff options
author | Brad King <brad.king@kitware.com> | 2010-07-20 20:00:29 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-07-20 20:00:29 (GMT) |
commit | e1a4c02bac67f9420be0796712cc1da5985f7177 (patch) | |
tree | aef4e7e8d4b87402e6ce125ac8112ddb4666b9c3 /Source/CPack | |
parent | efb2c1e6957fa90420ef051d76a17f0b1230c901 (diff) | |
parent | 7739d786a42a2bbbab87df0c4f869ef8aecae767 (diff) | |
download | CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.zip CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.gz CMake-e1a4c02bac67f9420be0796712cc1da5985f7177.tar.bz2 |
Merge topic 'resolve/doc-spelling/CPackRPM'
7739d78 Merge CPackRPM changes into doc-spelling
9203e91 Fix spelling errors reported by Lintian.
Diffstat (limited to 'Source/CPack')
-rw-r--r-- | Source/CPack/cpack.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx index 243d9c9..9163af81 100644 --- a/Source/CPack/cpack.cxx +++ b/Source/CPack/cpack.cxx @@ -203,7 +203,7 @@ int main (int argc, char *argv[]) if ( verbose ) { log.SetVerbose(verbose); - cmCPack_Log(&log, cmCPackLog::LOG_OUTPUT, "Enable Verbse" << std::endl); + cmCPack_Log(&log, cmCPackLog::LOG_OUTPUT, "Enable Verbose" << std::endl); } if ( debug ) { |