diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-09 18:18:44 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-09 18:18:44 (GMT) |
commit | 5b63b1843eb3a8c9b85d593fb62525194f9ef889 (patch) | |
tree | 018e73820798aa585f4361611df00d5df76501a6 /Source/cmUseMangledMesaCommand.cxx | |
parent | 8c656dc40d9b42a819c7d3e3889f28d37e1e2e61 (diff) | |
download | CMake-5b63b1843eb3a8c9b85d593fb62525194f9ef889.zip CMake-5b63b1843eb3a8c9b85d593fb62525194f9ef889.tar.gz CMake-5b63b1843eb3a8c9b85d593fb62525194f9ef889.tar.bz2 |
BUG: fix spelling errors BUG 952
Diffstat (limited to 'Source/cmUseMangledMesaCommand.cxx')
-rw-r--r-- | Source/cmUseMangledMesaCommand.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/cmUseMangledMesaCommand.cxx b/Source/cmUseMangledMesaCommand.cxx index d780dff..9556073 100644 --- a/Source/cmUseMangledMesaCommand.cxx +++ b/Source/cmUseMangledMesaCommand.cxx @@ -78,14 +78,14 @@ CopyAndFullPathMesaHeader(const char* source, std::ofstream fout(tempOutputFile.c_str()); if(!fout) { - cmSystemTools::Error("Could not open file for write in copy operatation: ", + cmSystemTools::Error("Could not open file for write in copy operation: ", tempOutputFile.c_str(), outdir); return; } std::ifstream fin(source); if(!fin) { - cmSystemTools::Error("Could not open file for read in copy operatation", + cmSystemTools::Error("Could not open file for read in copy operation", source); return; } |