diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-14 14:54:15 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-14 14:54:15 (GMT) |
commit | ae5a80c7958c28dd273631f6869b05db599852b7 (patch) | |
tree | d07efa3d896111a41d20d2d6d86345cb96c3d5db /Source/cmCacheManager.cxx | |
parent | a410fdef6086083a2a2e5be191b19fd02707c607 (diff) | |
download | CMake-ae5a80c7958c28dd273631f6869b05db599852b7.zip CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.gz CMake-ae5a80c7958c28dd273631f6869b05db599852b7.tar.bz2 |
spelling errors
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 92a04cf..581f118 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -303,7 +303,7 @@ bool cmCacheManager::SaveCache(const char* path) << "# If you do want to change a value, simply edit, save, and exit the editor.\n" << "# The syntax for the file is as follows:\n" << "# KEY:TYPE=VALUE\n" - << "# KEY is the name of a varible in the cache.\n" + << "# KEY is the name of a variable in the cache.\n" << "# TYPE is a hint to GUI's for the type of VALUE, DO NOT EDIT TYPE!.\n" << "# VALUE is the current value for the KEY.\n\n"; |