From f3a19f4324f0400ecc3cdddf01163e78443ea482 Mon Sep 17 00:00:00 2001 From: Nathan Letwory Date: Fri, 4 Feb 2011 13:18:44 +0000 Subject: small typo fix --- source/blender/collada/DocumentImporter.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/collada/DocumentImporter.h') diff --git a/source/blender/collada/DocumentImporter.h b/source/blender/collada/DocumentImporter.h index 114c2839d49..029a74f15b5 100644 --- a/source/blender/collada/DocumentImporter.h +++ b/source/blender/collada/DocumentImporter.h @@ -50,7 +50,7 @@ struct bContext; class DocumentImporter : COLLADAFW::IWriter { public: - //! Enumeration to keep denote the stage of import + //! Enumeration to denote the stage of import enum ImportStage { General, //!< First pass to collect all data except controller Controller, //!< Second pass to collect controller data -- cgit v1.2.3