STYLE: Fix typos

This commit is contained in:
Andy Cedilnik
2005-07-06 15:51:11 -04:00
parent 0b86a0c926
commit c4db8aba73
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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());