fixed spelling error

This commit is contained in:
IOhannes m zmölnig
2017-09-02 19:44:51 +02:00
parent f8146e4da2
commit 3de9bbb73d

View File

@@ -538,7 +538,7 @@ void PLYImporter::LoadFace(const PLY::Element* pcElement, const PLY::ElementInst
ai_assert(NULL != instElement);
if (mGeneratedMesh == NULL)
throw DeadlyImportError("Invalid .ply file: Vertices shoud be declared before faces");
throw DeadlyImportError("Invalid .ply file: Vertices should be declared before faces");
bool bOne = false;