From 7df4fc5eafdecf79579e4559b3db7ddeff4af880 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 13 Aug 2014 09:33:46 +1000 Subject: Spelling --- source/blender/bmesh/tools/bmesh_bisect_plane.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/tools/bmesh_bisect_plane.c') diff --git a/source/blender/bmesh/tools/bmesh_bisect_plane.c b/source/blender/bmesh/tools/bmesh_bisect_plane.c index 0ecb8066ac1..ae9b882cea0 100644 --- a/source/blender/bmesh/tools/bmesh_bisect_plane.c +++ b/source/blender/bmesh/tools/bmesh_bisect_plane.c @@ -124,7 +124,7 @@ static void bm_face_bisect_verts(BMesh *bm, BMFace *f, const float plane[4], con /* add plane-aligned verts to the stack * and check we have verts from both sides in this face, - * ... that the face doesn't only have boundry verts on the plane for eg. */ + * ... that the face doesn't only have boundary verts on the plane for eg. */ l_iter = l_first; do { if (vert_is_center_test(l_iter->v)) { -- cgit v1.2.3