Browse Source

STYLE: Fix typo

Andy Cedilnik 19 years ago
parent
commit
5418998e46
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CTest/cmCTestUpdateHandler.cxx

+ 1 - 1
Source/CTest/cmCTestUpdateHandler.cxx

@@ -278,7 +278,7 @@ int cmCTestUpdateHandler::ProcessHandler()
   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() )