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
This commit is contained in:
2020-10-19 09:40:02 -07:00
parent 4fb67ae809
commit 3d26cd01b9
10 changed files with 12 additions and 12 deletions

View File

@@ -163,7 +163,7 @@ static bool bm_edge_is_face_visible_any(const BMEdge *e)
* Remove isolated selected elements when in a mode doesn't support them.
* eg: in edge-mode a selected vertex must be connected to a selected edge.
*
* \note this could be made apart of #BM_mesh_select_mode_flush_ex
* \note this could be made a part of #BM_mesh_select_mode_flush_ex
*/
void BM_mesh_select_mode_clean_ex(BMesh *bm, const short selectmode)
{