diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-06 19:51:11 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2005-07-06 19:51:11 (GMT) |
commit | c4db8aba73623610c3ea61e82b96b0e93e5e5859 (patch) | |
tree | 91564e263d64bcd55407cd10da51843c937e3c49 /Source/cmWriteFileCommand.cxx | |
parent | 0b86a0c926c51994b3394e2a8dae045bc2d0e510 (diff) | |
download | CMake-c4db8aba73623610c3ea61e82b96b0e93e5e5859.zip CMake-c4db8aba73623610c3ea61e82b96b0e93e5e5859.tar.gz CMake-c4db8aba73623610c3ea61e82b96b0e93e5e5859.tar.bz2 |
STYLE: Fix typos
Diffstat (limited to 'Source/cmWriteFileCommand.cxx')
-rw-r--r-- | Source/cmWriteFileCommand.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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<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; } |