Fix spelling mistake

This commit is contained in:
IOhannes m zmölnig
2021-10-05 10:59:43 +02:00
parent babf3b8e3d
commit 3b8126d26a
56 changed files with 81 additions and 81 deletions

View File

@@ -868,7 +868,7 @@ void SMDImporter::ParseNodeInfo(const char* szCurrent, const char** szCurrentOut
bool bQuota = true;
if ('\"' != *szCurrent) {
LogWarning("Bone name is expcted to be enclosed in "
LogWarning("Bone name is expected to be enclosed in "
"double quotation marks. ");
bQuota = false;
} else {