Explorar o código

fixed spelling error

IOhannes m zmölnig %!s(int64=8) %!d(string=hai) anos
pai
achega
3de9bbb73d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      code/PlyLoader.cpp

+ 1 - 1
code/PlyLoader.cpp

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