From d0d251b53b7114a52d1253b022acb04d84e39507 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Mar 2020 10:27:12 +1100 Subject: Cleanup: spelling --- source/blender/io/collada/AnimationImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/io') 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) { -- cgit v1.2.3