From 5418998e46948d290dfb007c7ee65e54ae5635c7 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Thu, 26 Oct 2006 11:01:52 -0400 Subject: STYLE: Fix typo --- Source/CTest/cmCTestUpdateHandler.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/CTest/cmCTestUpdateHandler.cxx b/Source/CTest/cmCTestUpdateHandler.cxx index 08017c5..fdf78af 100644 --- a/Source/CTest/cmCTestUpdateHandler.cxx +++ b/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() ) -- cgit v0.12