ENH: spelling error fix

This commit is contained in:
Bill Hoffman 2003-02-07 10:34:21 -05:00
parent e9fa240937
commit bb3f5e7250
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ bool cmSystemTools::MakeDirectory(const char* path)
#endif #endif
) )
{ {
cmSystemTools::Error("Faild to create directory:", path); cmSystemTools::Error("Failed to create directory:", path);
return false; return false;
} }
} }