summaryrefslogtreecommitdiffstats
path: root/Source/cmFileCommand.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmFileCommand.cxx')
-rw-r--r--Source/cmFileCommand.cxx2
1 files changed, 1 insertions, 1 deletions
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<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;
}