summaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-26 15:01:52 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2006-10-26 15:01:52 (GMT)
commit5418998e46948d290dfb007c7ee65e54ae5635c7 (patch)
treea54264c30da870bcd2ee2bc0d314e9a7969957b6 /Source
parentb9f3de84915258545ecf91c9e2b525b9087976e3 (diff)
downloadCMake-5418998e46948d290dfb007c7ee65e54ae5635c7.zip
CMake-5418998e46948d290dfb007c7ee65e54ae5635c7.tar.gz
CMake-5418998e46948d290dfb007c7ee65e54ae5635c7.tar.bz2
STYLE: Fix typo
Diffstat (limited to 'Source')
-rw-r--r--Source/CTest/cmCTestUpdateHandler.cxx2
1 files changed, 1 insertions, 1 deletions
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() )