diff options
author | Andreas Mohr <andim2@users.sourceforge.net> | 2013-05-01 09:36:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-05-07 12:39:19 (GMT) |
commit | ddac8d3d2d027dd50d729918078f57628855a568 (patch) | |
tree | 7bbc6c5b721a4db2620c7e28c0eb22f072b16b4b /Source/cmCacheManager.cxx | |
parent | 86832cecd59b3a56c5a609742b43e5b1c9524c66 (diff) | |
download | CMake-ddac8d3d2d027dd50d729918078f57628855a568.zip CMake-ddac8d3d2d027dd50d729918078f57628855a568.tar.gz CMake-ddac8d3d2d027dd50d729918078f57628855a568.tar.bz2 |
Fix spelling and typos (affecting binary data / module messages)
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 3d5b24b..864df8e 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -491,7 +491,7 @@ bool cmCacheManager::SaveCache(const char* path) << "# The syntax for the file is as follows:\n" << "# KEY:TYPE=VALUE\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 is a hint to GUIs for the type of VALUE, DO NOT EDIT " "TYPE!." << std::endl << "# VALUE is the current value for the KEY.\n\n"; |