Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2011-02-04 16:18:44 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2011-02-04 16:18:44 +0300
commitf3a19f4324f0400ecc3cdddf01163e78443ea482 (patch)
treef73e14f7456047bc3aed07a11e4453feba9c6a7a /source/blender/collada/DocumentImporter.h
parentdeefe528215440466992c61e44297fedd5ba9b46 (diff)
small typo fix
Diffstat (limited to 'source/blender/collada/DocumentImporter.h')
-rw-r--r--source/blender/collada/DocumentImporter.h2
1 files changed, 1 insertions, 1 deletions
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