From a22e44f94db764efbef344ec06a674138d024f17 Mon Sep 17 00:00:00 2001 From: kimmi Date: Thu, 13 May 2010 15:55:35 +0000 Subject: [PATCH] - BUGFIX :: Fix typos in doxygen documentation. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@723 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- code/ObjFileData.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/ObjFileData.h b/code/ObjFileData.h index 5cbd15bad..676004646 100644 --- a/code/ObjFileData.h +++ b/code/ObjFileData.h @@ -107,13 +107,13 @@ struct Face //! \brief Stores all objects of an objfile object definition struct Object { - //! Obejct name + //! Object name std::string m_strObjName; //! Assigend face instances std::vector m_Faces; //! Transformation matrix, stored in OpenGL format aiMatrix4x4 m_Transformation; - //! All subobjects references by this object + //! All sub-objects referenced by this object std::vector m_SubObjects; //! \brief Default constructor