diff options
-rw-r--r-- | Source/cmCacheManager.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index 3967592c94..b1a7921d4a 100644 --- a/Source/cmCacheManager.cxx +++ b/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; } |