[cmake-commits] alex committed cpack.cxx 1.29 1.30
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Jul 19 11:13:03 EDT 2007
Update of /cvsroot/CMake/CMake/Source/CPack
In directory public:/mounts/ram/cvs-serv22182/CPack
Modified Files:
cpack.cxx
Log Message:
STYLE: fix some typos, nicer debug output
Alex
Index: cpack.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CPack/cpack.cxx,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cpack.cxx 18 May 2007 15:45:18 -0000 1.29
+++ cpack.cxx 19 Jul 2007 15:13:01 -0000 1.30
@@ -253,7 +253,7 @@
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;
}
More information about the Cmake-commits
mailing list