diff --git a/code/PlyLoader.cpp b/code/PlyLoader.cpp index 433027733..8b0471326 100644 --- a/code/PlyLoader.cpp +++ b/code/PlyLoader.cpp @@ -653,7 +653,7 @@ void PLYImporter::LoadVertexColor(std::vector* pvOut) unsigned int cnt = 0; PLY::ElementInstanceList* pcList = NULL; - // serach in the DOM for a vertex entry + // search in the DOM for a vertex entry unsigned int _i = 0; for (std::vector::const_iterator i = pcDOM->alElements.begin(); i != pcDOM->alElements.end();++i,++_i) @@ -758,7 +758,7 @@ void PLYImporter::LoadFaces(std::vector* pvOut) unsigned int iMaterialIndex = 0xFFFFFFFF; PLY::EDataType eType2 = EDT_Char; - // serach in the DOM for a face entry + // search in the DOM for a face entry unsigned int _i = 0; for (std::vector::const_iterator i = pcDOM->alElements.begin(); i != pcDOM->alElements.end();++i,++_i)