summaryrefslogtreecommitdiffstats
path: root/Source/CPack/cpack.cxx
diff options
context:
space:
mode:
authorAlexander Neundorf <neundorf@kde.org>2007-07-19 15:13:01 (GMT)
committerAlexander Neundorf <neundorf@kde.org>2007-07-19 15:13:01 (GMT)
commit8c77fe55dcdbb7c75b963f39444d9e939e6b66f3 (patch)
tree4745ad4478cbe09000c23f138cc466f737b02e14 /Source/CPack/cpack.cxx
parent3d862c44f1be74c28858f7b3932b9f17fc551d20 (diff)
downloadCMake-8c77fe55dcdbb7c75b963f39444d9e939e6b66f3.zip
CMake-8c77fe55dcdbb7c75b963f39444d9e939e6b66f3.tar.gz
CMake-8c77fe55dcdbb7c75b963f39444d9e939e6b66f3.tar.bz2
STYLE: fix some typos, nicer debug output
Alex
Diffstat (limited to 'Source/CPack/cpack.cxx')
-rw-r--r--Source/CPack/cpack.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CPack/cpack.cxx b/Source/CPack/cpack.cxx
index 086c869..5ae3afa 100644
--- a/Source/CPack/cpack.cxx
+++ b/Source/CPack/cpack.cxx
@@ -253,7 +253,7 @@ int main (int argc, char *argv[])
if ( !globalMF->ReadListFile(0, cpackConfigFile.c_str()) )
{
cmCPack_Log(&log, cmCPackLog::LOG_ERROR,
- "Problem reding CPack config file: \""
+ "Problem reading CPack config file: \""
<< cpackConfigFile.c_str() << "\"" << std::endl);
return 1;
}