diff options
Diffstat (limited to 'Source/CTest/cmCTestGenericHandler.cxx')
-rw-r--r-- | Source/CTest/cmCTestGenericHandler.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/cmCTestGenericHandler.cxx b/Source/CTest/cmCTestGenericHandler.cxx index 356cf74..50c5a20 100644 --- a/Source/CTest/cmCTestGenericHandler.cxx +++ b/Source/CTest/cmCTestGenericHandler.cxx @@ -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; } |