浏览代码

ENH: spelling error fix

Bill Hoffman 23 年之前
父节点
当前提交
bb3f5e7250
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Source/cmSystemTools.cxx

+ 1 - 1
Source/cmSystemTools.cxx

@@ -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;
       }
       }
     }
     }