From d06384aa41837b905fac94b7cd888dce6c99a3b8 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 9 May 2020 17:15:25 +1000 Subject: Cleanup: spelling --- source/blender/bmesh/tools/bmesh_intersect_edges.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/tools/bmesh_intersect_edges.c b/source/blender/bmesh/tools/bmesh_intersect_edges.c index e2d03a65d46..3f0492aebb6 100644 --- a/source/blender/bmesh/tools/bmesh_intersect_edges.c +++ b/source/blender/bmesh/tools/bmesh_intersect_edges.c @@ -893,7 +893,7 @@ bool BM_mesh_intersect_edges( if (BM_vert_pair_share_face_check(va, va_dest)) { /* Vert par acts on the same face. - * Although there are cases like this where the face can be splitted, + * Although there are cases like this where the face can be split, * for efficiency it is better to ignore then. */ continue; } @@ -909,7 +909,7 @@ bool BM_mesh_intersect_edges( if (BM_vert_pair_share_face_check(v_other, v_other_dest)) { /* Vert par acts on the same face. - * Although there are cases like this where the face can be splitted, + * Although there are cases like this where the face can be split, * for efficiency and to avoid complications, it is better to ignore these cases. */ break; -- cgit v1.2.3