Browse Source

ENH: spelling error fix

Bill Hoffman 23 years ago
parent
commit
bb3f5e7250
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Source/cmSystemTools.cxx

+ 1 - 1
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;
       }
     }