summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-02-07 15:34:21 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2003-02-07 15:34:21 (GMT)
commitbb3f5e7250e616577cc033b239a68b28035394c9 (patch)
tree09985521971daceeb18d59ca3bf342a12d5725bd
parente9fa240937afdabad1aeab6ea7b578de9f05ddf8 (diff)
downloadCMake-bb3f5e7250e616577cc033b239a68b28035394c9.zip
CMake-bb3f5e7250e616577cc033b239a68b28035394c9.tar.gz
CMake-bb3f5e7250e616577cc033b239a68b28035394c9.tar.bz2
ENH: spelling error fix
-rw-r--r--Source/cmSystemTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmSystemTools.cxx b/Source/cmSystemTools.cxx
index b395c98..99c04b0 100644
--- a/Source/cmSystemTools.cxx
+++ b/Source/cmSystemTools.cxx
@@ -239,7 +239,7 @@ bool cmSystemTools::MakeDirectory(const char* path)
#endif
)
{
- cmSystemTools::Error("Faild to create directory:", path);
+ cmSystemTools::Error("Failed to create directory:", path);
return false;
}
}