Correct misspelling in error message text.

This commit is contained in:
David Cole 2010-12-06 08:44:26 -05:00
parent afc8906468
commit a2a997d8c4
1 changed files with 1 additions and 1 deletions

View File

@ -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());