mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-06 14:19:59 -05:00
STYLE: Fix typos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user