From 30ad13be942dae768d6c3e8f1ab21e9e9568f966 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 7 Sep 2007 11:10:46 -0400 Subject: [PATCH] ENH: fix spelling error --- Source/cmCacheManager.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx index 3967592c9..b1a7921d4 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; }