浏览代码

ENH: fix spelling error

Bill Hoffman 18 年之前
父节点
当前提交
30ad13be94
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmCacheManager.cxx

+ 1 - 1
Source/cmCacheManager.cxx

@@ -774,7 +774,7 @@ void cmCacheManager::AddCacheEntry(const char* key,
   else
     {
     e.Properties["HELPSTRING"] = 
-      "(This variable does not exists and should not be used)";
+      "(This variable does not exist and should not be used)";
     }
   this->Cache[key] = e;
 }