summaryrefslogtreecommitdiffstats
path: root/Source/cmCacheManager.cxx
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-06 19:51:11 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-07-06 19:51:11 (GMT)
commitc4db8aba73623610c3ea61e82b96b0e93e5e5859 (patch)
tree91564e263d64bcd55407cd10da51843c937e3c49 /Source/cmCacheManager.cxx
parent0b86a0c926c51994b3394e2a8dae045bc2d0e510 (diff)
downloadCMake-c4db8aba73623610c3ea61e82b96b0e93e5e5859.zip
CMake-c4db8aba73623610c3ea61e82b96b0e93e5e5859.tar.gz
CMake-c4db8aba73623610c3ea61e82b96b0e93e5e5859.tar.bz2
STYLE: Fix typos
Diffstat (limited to 'Source/cmCacheManager.cxx')
-rw-r--r--Source/cmCacheManager.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmCacheManager.cxx b/Source/cmCacheManager.cxx
index 075e908..1429ef3 100644
--- a/Source/cmCacheManager.cxx
+++ b/Source/cmCacheManager.cxx
@@ -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());