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:
Diffstat (limited to 'source/blender/collada/collada_utils.h')
-rw-r--r--source/blender/collada/collada_utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/collada/collada_utils.h b/source/blender/collada/collada_utils.h
index 2912b315276..c23e33df76d 100644
--- a/source/blender/collada/collada_utils.h
+++ b/source/blender/collada/collada_utils.h
@@ -369,7 +369,7 @@ class BoneExtended {
typedef std::map<std::string, BoneExtended *> BoneExtensionMap;
/*
- * A class to organise bone extendion data for multiple Armatures.
+ * A class to organize bone extension data for multiple Armatures.
* this is needed for the case where a Collada file contains 2 or more
* separate armatures.
*/