ENH: spelling error fix
This commit is contained in:
parent
e9fa240937
commit
bb3f5e7250
|
@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue