STYLE: Fix typo

This commit is contained in:
Andy Cedilnik 2006-10-26 11:01:52 -04:00
parent b9f3de8491
commit 5418998e46
1 changed files with 1 additions and 1 deletions

View File

@ -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() )