diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-07 15:34:21 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-02-07 15:34:21 (GMT) |
commit | bb3f5e7250e616577cc033b239a68b28035394c9 (patch) | |
tree | 09985521971daceeb18d59ca3bf342a12d5725bd | |
parent | e9fa240937afdabad1aeab6ea7b578de9f05ddf8 (diff) | |
download | CMake-bb3f5e7250e616577cc033b239a68b28035394c9.zip CMake-bb3f5e7250e616577cc033b239a68b28035394c9.tar.gz CMake-bb3f5e7250e616577cc033b239a68b28035394c9.tar.bz2 |
ENH: spelling error fix
-rw-r--r-- | Source/cmSystemTools.cxx | 2 |
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; } } |