Pārlūkot izejas kodu

ENH: fix spelling error

Bill Hoffman 18 gadi atpakaļ
vecāks
revīzija
30ad13be94
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      Source/cmCacheManager.cxx

+ 1 - 1
Source/cmCacheManager.cxx

@@ -774,7 +774,7 @@ void cmCacheManager::AddCacheEntry(const char* key,
   else
   else
     {
     {
     e.Properties["HELPSTRING"] = 
     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;
   this->Cache[key] = e;
 }
 }