From addb1a5c9a91c3b4428a8d0548815632fa608e36 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 2 Jul 2021 12:11:54 +1000 Subject: Cleanup: spelling in comments --- source/blender/bmesh/operators/bmo_inset.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/operators/bmo_inset.c b/source/blender/bmesh/operators/bmo_inset.c index 39f8f41432a..3f6619cc2ee 100644 --- a/source/blender/bmesh/operators/bmo_inset.c +++ b/source/blender/bmesh/operators/bmo_inset.c @@ -1016,8 +1016,8 @@ void bmo_inset_region_exec(BMesh *bm, BMOperator *op) if (use_even_boundary) { /** - * This case where only one edge attached to #v_split - * is used - ei - the face to inset is on a boundary. + * This case where only one edge attached to #v_split is used. + * i.e. the face to inset is on a boundary. * *
                  *                  We want the inset to align flush with the
-- 
cgit v1.2.3