Andy Cedilnik пре 20 година
родитељ
комит
c4db8aba73
3 измењених фајлова са 3 додато и 3 уклоњено
  1. 1 1
      Source/cmCacheManager.cxx
  2. 1 1
      Source/cmFileCommand.cxx
  3. 1 1
      Source/cmWriteFileCommand.cxx

+ 1 - 1
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());

+ 1 - 1
Source/cmFileCommand.cxx

@@ -119,7 +119,7 @@ bool cmFileCommand::HandleWriteCommand(std::vector<std::string> 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;
     }

+ 1 - 1
Source/cmWriteFileCommand.cxx

@@ -75,7 +75,7 @@ bool cmWriteFileCommand::InitialPass(std::vector<std::string> 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;
     }