Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarley Acheson <harley.acheson@gmail.com>2020-10-19 19:40:02 +0300
committerHarley Acheson <harley.acheson@gmail.com>2020-10-19 19:47:19 +0300
commit3d26cd01b9ba6381eb165e11536345ae652dfb41 (patch)
tree73e7fb4585e675c0e2090da86a2b42ef94dfd3d7 /source/blender/editors
parent4fb67ae8094c62064b46f33a3ac04d34e9b81e93 (diff)
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
Diffstat (limited to 'source/blender/editors')
-rw-r--r--source/blender/editors/mesh/editmesh_select.c2
-rw-r--r--source/blender/editors/transform/transform_orientations.c2
2 files changed, 2 insertions, 2 deletions
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;