summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2007-09-07 15:10:46 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2007-09-07 15:10:46 (GMT)
commit30ad13be942dae768d6c3e8f1ab21e9e9568f966 (patch)
tree4c4e61c77110547796e7d0707b98e95be916e174 /Source/cmCacheManager.cxx
parent10e297382d8423328239dd0a468894b28847b331 (diff)
downloadCMake-30ad13be942dae768d6c3e8f1ab21e9e9568f966.zip
CMake-30ad13be942dae768d6c3e8f1ab21e9e9568f966.tar.gz
CMake-30ad13be942dae768d6c3e8f1ab21e9e9568f966.tar.bz2
ENH: fix spelling error
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index 3967592..b1a7921 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;
}