[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50557] trunk/blender/source/blender/ collada/ImageExporter.cpp: #31682: corrected some minor typos in the comment

Gaia Clary gaia.clary at machinimatrix.org
Wed Sep 12 17:48:23 CEST 2012


Revision: 50557
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50557
Author:   gaiaclary
Date:     2012-09-12 15:48:22 +0000 (Wed, 12 Sep 2012)
Log Message:
-----------
#31682: corrected some minor typos in the comment

Modified Paths:
--------------
    trunk/blender/source/blender/collada/ImageExporter.cpp

Modified: trunk/blender/source/blender/collada/ImageExporter.cpp
===================================================================
--- trunk/blender/source/blender/collada/ImageExporter.cpp	2012-09-12 15:41:58 UTC (rev 50556)
+++ trunk/blender/source/blender/collada/ImageExporter.cpp	2012-09-12 15:48:22 UTC (rev 50557)
@@ -120,8 +120,8 @@
 				// This image is already located on the file system.
 				// But we want to create copies here.
 				// To move images into the same export directory.
-				// Note: If an image is already located in the exprot folder,
-				// skip the copy (as it would result in a file copy error
+				// Note: If an image is already located in the export folder,
+				// then skip the copy (as it would result in a file copy error).
 
 				if (BLI_path_cmp(source_path, export_path) != 0) {
 					if (BLI_copy(source_path, export_path) != 0) {




More information about the Bf-blender-cvs mailing list