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>2020-03-24 02:27:12 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-03-24 02:36:42 +0300
commitd0d251b53b7114a52d1253b022acb04d84e39507 (patch)
tree7cc5f718adfffe9158cd4cfbe20e2aa6ae3a341d /source/blender/io/collada/AnimationImporter.cpp
parent9c280630c96e3fa7194166350bd7197d28c5428f (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/io/collada/AnimationImporter.cpp')
-rw-r--r--source/blender/io/collada/AnimationImporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/io/collada/AnimationImporter.cpp b/source/blender/io/collada/AnimationImporter.cpp
index db73c1f37d6..2511d3c287d 100644
--- a/source/blender/io/collada/AnimationImporter.cpp
+++ b/source/blender/io/collada/AnimationImporter.cpp
@@ -977,7 +977,7 @@ void AnimationImporter::apply_matrix_curves(Object *ob,
* the viewport aspect ratio (which is 1:1 ?)
* XXX: check this: its probably wrong!
* If both values are specified, then the aspect ration is simply xfov/yfov
- * and if aspect ratio is efined, then .. well then its that one.
+ * and if aspect ratio is defined, then .. well then its that one.
*/
static const double get_aspect_ratio(const COLLADAFW::Camera *camera)
{