From 58a2b2dd7e733766514e207bb876ad2c3391b107 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 2 Aug 2019 12:00:07 +1000 Subject: Cleanup: spelling --- source/blender/collada/AnimationExporter.cpp | 2 +- source/blender/collada/AnimationImporter.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/collada') diff --git a/source/blender/collada/AnimationExporter.cpp b/source/blender/collada/AnimationExporter.cpp index a2c629bd0f1..a15c215d2e2 100644 --- a/source/blender/collada/AnimationExporter.cpp +++ b/source/blender/collada/AnimationExporter.cpp @@ -336,7 +336,7 @@ void AnimationExporter::export_curve_animation(Object *ob, BCAnimationCurve &cur /* * Some curves can not be exported as is and need some conversion - * For more information see implementation oif get_modified_export_curve() + * For more information see implementation of get_modified_export_curve() * note: if mcurve is not NULL then it must be deleted at end of this method; */ diff --git a/source/blender/collada/AnimationImporter.cpp b/source/blender/collada/AnimationImporter.cpp index 3bdc11291d5..54177560eb5 100644 --- a/source/blender/collada/AnimationImporter.cpp +++ b/source/blender/collada/AnimationImporter.cpp @@ -966,7 +966,7 @@ void AnimationImporter::apply_matrix_curves(Object *ob, } /* - * This function returns the aspet ration from the Collada camera. + * This function returns the aspect ration from the Collada camera. * * Note:COLLADA allows to specify either XFov, or YFov alone. * In that case the aspect ratio can be determined from -- cgit v1.2.3