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
path: root/source
diff options
context:
space:
mode:
authorGaia Clary <gaia.clary@machinimatrix.org>2012-09-12 19:48:22 +0400
committerGaia Clary <gaia.clary@machinimatrix.org>2012-09-12 19:48:22 +0400
commitab77d11bdbc45955988b5e77c1ce6899c86a2882 (patch)
treeff8a5ebf7b31a5a0c387cf77b07f9d8bb17718c0 /source
parent26260ffc74bd847d96f53b7db71e498f5249094d (diff)
#31682: corrected some minor typos in the comment
Diffstat (limited to 'source')
-rw-r--r--source/blender/collada/ImageExporter.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/collada/ImageExporter.cpp b/source/blender/collada/ImageExporter.cpp
index 64bc05eeed2..1af34bfa7b7 100644
--- a/source/blender/collada/ImageExporter.cpp
+++ b/source/blender/collada/ImageExporter.cpp
@@ -120,8 +120,8 @@ void ImagesExporter::export_UV_Image(Image *image, bool use_copies)
// 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) {