mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 22:58:37 -05:00
STYLE: Fix typos
This commit is contained in:
@@ -334,7 +334,7 @@ bool cmCacheManager::SaveCache(const char* path)
|
||||
cmSystemTools::ReportLastSystemError("");
|
||||
return false;
|
||||
}
|
||||
// before writting the cache, update the version numbers
|
||||
// before writing the cache, update the version numbers
|
||||
// to the
|
||||
char temp[1024];
|
||||
sprintf(temp, "%d", cmMakefile::GetMinorVersion());
|
||||
|
||||
Reference in New Issue
Block a user