[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [34640] trunk/blender/source/blender/ collada/DocumentImporter.h: small typo fix

Nathan Letwory nathan at letworyinteractive.com
Fri Feb 4 14:18:45 CET 2011


Revision: 34640
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=34640
Author:   jesterking
Date:     2011-02-04 13:18:44 +0000 (Fri, 04 Feb 2011)
Log Message:
-----------
small typo fix

Modified Paths:
--------------
    trunk/blender/source/blender/collada/DocumentImporter.h

Modified: trunk/blender/source/blender/collada/DocumentImporter.h
===================================================================
--- trunk/blender/source/blender/collada/DocumentImporter.h	2011-02-04 11:43:30 UTC (rev 34639)
+++ trunk/blender/source/blender/collada/DocumentImporter.h	2011-02-04 13:18:44 UTC (rev 34640)
@@ -50,7 +50,7 @@
 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




More information about the Bf-blender-cvs mailing list