浏览代码

STYLE: fix typo

Alex
Alexander Neundorf 18 年之前
父节点
当前提交
3daac0432c
共有 1 个文件被更改,包括 1 次插入1 次删除
  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,
                "Current Tag empty, this may mean"
-               " NightlStartTime was not set correctly." << std::endl);
+               " NightlyStartTime was not set correctly." << std::endl);
     cmSystemTools::SetFatalErrorOccured();
     return false;
     }