ENH: fix spelling error

This commit is contained in:
Bill Hoffman 2007-09-07 11:10:46 -04:00
parent 10e297382d
commit 30ad13be94
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}