diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-07 15:10:46 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-07 15:10:46 (GMT) |
commit | 30ad13be942dae768d6c3e8f1ab21e9e9568f966 (patch) | |
tree | 4c4e61c77110547796e7d0707b98e95be916e174 /Source/cmCacheManager.cxx | |
parent | 10e297382d8423328239dd0a468894b28847b331 (diff) | |
download | CMake-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.cxx | 2 |
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; } |