From 3d26cd01b9ba6381eb165e11536345ae652dfb41 Mon Sep 17 00:00:00 2001 From: Harley Acheson Date: Mon, 19 Oct 2020 09:40:02 -0700 Subject: Spelling: Apart Versus A Part Corrects incorrect usages of the fragment 'apart of' when 'a part of' was required. Differential Revision: https://developer.blender.org/D9245 Reviewed by Campbell Barton --- source/blender/editors/mesh/editmesh_select.c | 2 +- source/blender/editors/transform/transform_orientations.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/mesh/editmesh_select.c b/source/blender/editors/mesh/editmesh_select.c index 91c9d3ed394..54d0695434d 100644 --- a/source/blender/editors/mesh/editmesh_select.c +++ b/source/blender/editors/mesh/editmesh_select.c @@ -5050,7 +5050,7 @@ static int verg_radial(const void *va, const void *vb) } /** - * This function leaves faces tagged which are apart of the new region. + * This function leaves faces tagged which are a part of the new region. * * \note faces already tagged are ignored, to avoid finding the same regions twice: * important when we have regions with equal face counts, see: T40309 diff --git a/source/blender/editors/transform/transform_orientations.c b/source/blender/editors/transform/transform_orientations.c index 8ad61288461..69dfc4a7ad4 100644 --- a/source/blender/editors/transform/transform_orientations.c +++ b/source/blender/editors/transform/transform_orientations.c @@ -816,7 +816,7 @@ int getTransformOrientation_ex(const bContext *C, } if (em->bm->totedgesel >= 1) { - /* find an edge that's apart of v_tri (no need to search all edges) */ + /* find an edge that's a part of v_tri (no need to search all edges) */ float e_length; int j; -- cgit v1.2.3