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:
authorNikolaus Leopold <nikolaus.leopold@gmail.com>2015-07-15 04:33:10 +0300
committerKévin Dietrich <kevin.dietrich@mailoo.org>2015-07-15 04:33:10 +0300
commitf2620c9df134ac580569044d1fae1d6da3cc5fbc (patch)
treea3dd65ff7cbdd826c1eba272f1fd57991c66366b /source/blender/editors/mesh
parentdfd383ca00f412118318c92ae249bb5db4c36425 (diff)
Minor English grammar typo fixes.
This fixes T45433. Reviewers: Severin, kevindietrich Reviewed By: kevindietrich Projects: #bf_blender, #user_interface Differential Revision: https://developer.blender.org/D1408
Diffstat (limited to 'source/blender/editors/mesh')
-rw-r--r--source/blender/editors/mesh/editface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/mesh/editface.c b/source/blender/editors/mesh/editface.c
index de37d5c0a0c..ca3c8a97d40 100644
--- a/source/blender/editors/mesh/editface.c
+++ b/source/blender/editors/mesh/editface.c
@@ -632,7 +632,7 @@ void paintvert_select_ungrouped(Object *ob, bool extend, bool flush_flags)
/* ********************* MESH VERTEX MIRR TOPO LOOKUP *************** */
/* note, this is not the best place for the function to be but moved
- * here to for the purpose of syncing with bmesh */
+ * here for the purpose of syncing with bmesh */
typedef unsigned int MirrTopoHash_t;