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:
Diffstat (limited to 'source/blender/editors/mesh/editmesh_tools.c')
-rw-r--r--source/blender/editors/mesh/editmesh_tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editmesh_tools.c b/source/blender/editors/mesh/editmesh_tools.c
index 4b064d8bcc6..e40a60203af 100644
--- a/source/blender/editors/mesh/editmesh_tools.c
+++ b/source/blender/editors/mesh/editmesh_tools.c
@@ -3624,7 +3624,7 @@ void MESH_OT_select_mirror(wmOperatorType *ot)
/* qsort routines. not sure how to make these
* work, since we aren't using linked lists for
- * geometry anymore. might need a sortof "swap"
+ * geometry anymore. might need a sort of "swap"
* function for bmesh elements. */
/* TODO All this section could probably use a refresh...