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:
authorCampbell Barton <ideasman42@gmail.com>2010-04-25 19:24:18 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-04-25 19:24:18 +0400
commit93f420b6669bd17646255b0990b0904681718da8 (patch)
treeff2a29c89a70496575e255a6f6a7d66bb4c2d16e /source/blender/collada
parent93bc6fb829c4ee1e32f7891ec0b4989d908f45e2 (diff)
correct typo's
Diffstat (limited to 'source/blender/collada')
-rw-r--r--source/blender/collada/DocumentImporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/DocumentImporter.cpp b/source/blender/collada/DocumentImporter.cpp
index fd4c31621c8..3c86d205c6e 100644
--- a/source/blender/collada/DocumentImporter.cpp
+++ b/source/blender/collada/DocumentImporter.cpp
@@ -3119,7 +3119,7 @@ public:
}
/** This method will be called if an error in the loading process occurred and the loader cannot
- continue to to load. The writer should undo all operations that have been performed.
+ continue to load. The writer should undo all operations that have been performed.
@param errorMessage A message containing informations about the error that occurred.
*/
virtual void cancel(const COLLADAFW::String& errorMessage)