STYLE: Fix typo
This commit is contained in:
parent
b9f3de8491
commit
5418998e46
|
@ -278,7 +278,7 @@ int cmCTestUpdateHandler::ProcessHandler()
|
||||||
if ( initialCheckoutCommand )
|
if ( initialCheckoutCommand )
|
||||||
{
|
{
|
||||||
cmCTestLog(this->CTest, HANDLER_OUTPUT,
|
cmCTestLog(this->CTest, HANDLER_OUTPUT,
|
||||||
" First perform the initil checkout: " << initialCheckoutCommand
|
" First perform the initial checkout: " << initialCheckoutCommand
|
||||||
<< std::endl);
|
<< std::endl);
|
||||||
cmStdString parent = cmSystemTools::GetParentDirectory(sourceDirectory);
|
cmStdString parent = cmSystemTools::GetParentDirectory(sourceDirectory);
|
||||||
if ( parent.empty() )
|
if ( parent.empty() )
|
||||||
|
|
Loading…
Reference in New Issue