From 3a7fd309fce89213b0224b3c6807adb2d1fe7ca8 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 08:12:33 -0700 Subject: Spelling: It's Versus Its Corrects incorrect usage of contraction for 'it is', when possessive 'its' was required. Differential Revision: https://developer.blender.org/D9250 Reviewed by Campbell Barton --- intern/libmv/libmv/simple_pipeline/bundle.cc | 4 ++-- intern/libmv/libmv/simple_pipeline/modal_solver.cc | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'intern/libmv') diff --git a/intern/libmv/libmv/simple_pipeline/bundle.cc b/intern/libmv/libmv/simple_pipeline/bundle.cc index ffe85c9d0c2..d06942c230b 100644 --- a/intern/libmv/libmv/simple_pipeline/bundle.cc +++ b/intern/libmv/libmv/simple_pipeline/bundle.cc @@ -228,7 +228,7 @@ void NormalizedToImageSpace(const T* const intrinsics_block, } // Cost functor which computes reprojection error of 3D point X on camera -// defined by angle-axis rotation and it's translation (which are in the same +// defined by angle-axis rotation and its translation (which are in the same // block due to optimization reasons). // // This functor can only be used for distortion models which have analytically @@ -287,7 +287,7 @@ struct ReprojectionErrorApplyIntrinsics { }; // Cost functor which computes reprojection error of 3D point X on camera -// defined by angle-axis rotation and it's translation (which are in the same +// defined by angle-axis rotation and its translation (which are in the same // block due to optimization reasons). // // This functor can only be used for distortion models which have analytically diff --git a/intern/libmv/libmv/simple_pipeline/modal_solver.cc b/intern/libmv/libmv/simple_pipeline/modal_solver.cc index f801518271c..687c328b004 100644 --- a/intern/libmv/libmv/simple_pipeline/modal_solver.cc +++ b/intern/libmv/libmv/simple_pipeline/modal_solver.cc @@ -240,7 +240,7 @@ void ModalSolver(const Tracks &tracks, if (marker.image == image) { // New track appeared on this image, - // project it's position onto sphere. + // project its position onto sphere. LG << "Projecting track " << track << " at image " << image; -- cgit v1.2.3