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:
authorCampbell Barton <ideasman42@gmail.com>2013-07-27 11:02:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-07-27 11:02:27 +0400
commitd68917cb8625706672fade1607df9b3b21ed4fb5 (patch)
tree94da6a4289ce36881a7c9a479c89559fe193245c /source/blender/bmesh/intern/bmesh_mods.c
parent8aa1bdbc894777c59e2ae612d40740d4fc877713 (diff)
code cleanup: typos
Diffstat (limited to 'source/blender/bmesh/intern/bmesh_mods.c')
-rw-r--r--source/blender/bmesh/intern/bmesh_mods.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/intern/bmesh_mods.c b/source/blender/bmesh/intern/bmesh_mods.c
index cb8e9bd7004..77cb2717f84 100644
--- a/source/blender/bmesh/intern/bmesh_mods.c
+++ b/source/blender/bmesh/intern/bmesh_mods.c
@@ -1073,7 +1073,7 @@ BMEdge *BM_edge_rotate(BMesh *bm, BMEdge *e, const bool ccw, const short check_f
f_hflag_prev_1 = l1->f->head.hflag;
f_hflag_prev_2 = l2->f->head.hflag;
- /* don't delete the edge, manually remove the egde after so we can copy its attributes */
+ /* don't delete the edge, manually remove the edge after so we can copy its attributes */
f = BM_faces_join_pair(bm, l1->f, l2->f, NULL, true);
if (f == NULL) {