[cmake-commits] andy committed cmCTestUpdateHandler.cxx 1.36 1.37
cmake-commits at cmake.org
cmake-commits at cmake.org
Thu Oct 26 11:01:54 EDT 2006
Update of /cvsroot/CMake/CMake/Source/CTest
In directory public:/mounts/ram/cvs-serv12238
Modified Files:
cmCTestUpdateHandler.cxx
Log Message:
STYLE: Fix typo
Index: cmCTestUpdateHandler.cxx
===================================================================
RCS file: /cvsroot/CMake/CMake/Source/CTest/cmCTestUpdateHandler.cxx,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -d -r1.36 -r1.37
--- cmCTestUpdateHandler.cxx 13 Oct 2006 14:27:01 -0000 1.36
+++ cmCTestUpdateHandler.cxx 26 Oct 2006 15:01:52 -0000 1.37
@@ -278,7 +278,7 @@
if ( initialCheckoutCommand )
{
cmCTestLog(this->CTest, HANDLER_OUTPUT,
- " First perform the initil checkout: " << initialCheckoutCommand
+ " First perform the initial checkout: " << initialCheckoutCommand
<< std::endl);
cmStdString parent = cmSystemTools::GetParentDirectory(sourceDirectory);
if ( parent.empty() )
More information about the Cmake-commits
mailing list