diff options
author | David Cole <david.cole@kitware.com> | 2010-12-07 20:28:16 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2010-12-07 20:28:16 (GMT) |
commit | 35fd8d3abbbc0fa5de04fd46803bfa625218306d (patch) | |
tree | 690e2d9d58a63d43247790b4985f3b7d91647ef7 | |
parent | 2a214ad8b57716d05d9ae0b5b81682e023714329 (diff) | |
parent | a2a997d8c479e2b0a56354ef107239f550117c44 (diff) | |
download | CMake-35fd8d3abbbc0fa5de04fd46803bfa625218306d.zip CMake-35fd8d3abbbc0fa5de04fd46803bfa625218306d.tar.gz CMake-35fd8d3abbbc0fa5de04fd46803bfa625218306d.tar.bz2 |
Merge topic 'fix-typo-in-error-message'
a2a997d Correct misspelling in error message text.
-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 2baacbf..c8374db 100644 --- a/Source/cmCacheManager.cxx +++ b/Source/cmCacheManager.cxx @@ -341,7 +341,7 @@ bool cmCacheManager::LoadCache(const char* path, std::string("The current CMakeCache.txt directory ") + currentcwd + std::string(" is different than the directory ") + std::string(this->GetCacheValue("CMAKE_CACHEFILE_DIR")) + - std::string(" where CMackeCache.txt was created. This may result " + std::string(" where CMakeCache.txt was created. This may result " "in binaries being created in the wrong place. If you " "are not sure, reedit the CMakeCache.txt"); cmSystemTools::Error(message.c_str()); |