From c4db8aba73623610c3ea61e82b96b0e93e5e5859 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Wed, 6 Jul 2005 15:51:11 -0400 Subject: STYLE: Fix typos --- Source/cmCacheManager.cxx | 2 +- Source/cmFileCommand.cxx | 2 +- Source/cmWriteFileCommand.cxx | 2 +- 3 files changed, 3 insertions(+), 3 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()); diff --git a/Source/cmFileCommand.cxx b/Source/cmFileCommand.cxx index e66ac08..9e867f8 100644 --- a/Source/cmFileCommand.cxx +++ b/Source/cmFileCommand.cxx @@ -119,7 +119,7 @@ bool cmFileCommand::HandleWriteCommand(std::vector const& args, { std::string error = "Internal CMake error when trying to open file: "; error += fileName.c_str(); - error += " for writting."; + error += " for writing."; this->SetError(error.c_str()); return false; } diff --git a/Source/cmWriteFileCommand.cxx b/Source/cmWriteFileCommand.cxx index d41d0e3..144b219 100644 --- a/Source/cmWriteFileCommand.cxx +++ b/Source/cmWriteFileCommand.cxx @@ -75,7 +75,7 @@ bool cmWriteFileCommand::InitialPass(std::vector const& args) { std::string error = "Internal CMake error when trying to open file: "; error += fileName.c_str(); - error += " for writting."; + error += " for writing."; this->SetError(error.c_str()); return false; } -- cgit v0.12