Skip to content

Commit

Permalink
fixed spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
umlaeute committed Sep 2, 2017
1 parent f8146e4 commit 3de9bbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/PlyLoader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 3de9bbb

Please sign in to comment.