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
@@ -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;
}