Browse Source

STYLE: fix typo

Alex
Alexander Neundorf 18 years ago
parent
commit
3daac0432c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/CTest/cmCTestGenericHandler.cxx

+ 1 - 1
Source/CTest/cmCTestGenericHandler.cxx

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