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 --- source/blender/editors/mesh/editmesh_select.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors/mesh/editmesh_select.c') diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c index 48405c7f534..91c9d3ed394 100644 --- a/source/blender/editors/mesh/editmesh_select.c +++ b/source/blender/editors/mesh/editmesh_select.c @@ -2687,8 +2687,8 @@ bool EDBM_selectmode_disable_multi(struct bContext *C, * * Overview of the algorithm: * - Groups faces surrounded by edges with 3+ faces using them. - * - Calculates a cost of each face group comparing it's angle with the faces - * connected to it's non-manifold edges. + * - Calculates a cost of each face group comparing its angle with the faces + * connected to its non-manifold edges. * - Mark the face group as interior, and mark connected face groups for recalculation. * - Continue to remove the face groups with the highest 'cost'. * -- cgit v1.2.3