diff --git a/code/PlyLoader.cpp b/code/PlyLoader.cpp index 45fbe6187..9c7faa16b 100644 --- a/code/PlyLoader.cpp +++ b/code/PlyLoader.cpp @@ -439,7 +439,7 @@ void PLYImporter::LoadTextureCoordinates(std::vector* pvOut) PLY::ElementInstanceList* pcList = NULL; unsigned int cnt = 0; - // 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)