diff options
author | David Cole <david.cole@kitware.com> | 2010-12-06 13:44:26 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2010-12-06 13:44:26 (GMT) |
commit | a2a997d8c479e2b0a56354ef107239f550117c44 (patch) | |
tree | 014696273c9aacb28397a5f6f588bf633ada0e56 /Source/cmCacheManager.cxx | |
parent | afc8906468bb09a934442bdbdcb86d9f40926e75 (diff) | |
download | CMake-a2a997d8c479e2b0a56354ef107239f550117c44.zip CMake-a2a997d8c479e2b0a56354ef107239f550117c44.tar.gz CMake-a2a997d8c479e2b0a56354ef107239f550117c44.tar.bz2 |
Correct misspelling in error message text.
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 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()); |