STYLE: fix typo

Alex
This commit is contained in:
Alexander Neundorf 2007-08-28 13:46:57 -04:00
parent a056cffc5b
commit 3daac0432c
1 changed files with 1 additions and 1 deletions

View File

@ -124,7 +124,7 @@ bool cmCTestGenericHandler::StartResultingXML(const char* name,
{
cmCTestLog(this->CTest, ERROR_MESSAGE,
"Current Tag empty, this may mean"
" NightlStartTime was not set correctly." << std::endl);
" NightlyStartTime was not set correctly." << std::endl);
cmSystemTools::SetFatalErrorOccured();
return false;
}