From 92826a921c2f17318bafa4d9dd4b7b7e1ba9c73d Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 13 Jan 2021 13:21:29 +1100 Subject: Cleanup: spelling --- source/blender/bmesh/tools/bmesh_edgenet.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh') diff --git a/source/blender/bmesh/tools/bmesh_edgenet.c b/source/blender/bmesh/tools/bmesh_edgenet.c index c332d88e83b..1ab37ec0684 100644 --- a/source/blender/bmesh/tools/bmesh_edgenet.c +++ b/source/blender/bmesh/tools/bmesh_edgenet.c @@ -60,7 +60,7 @@ static int bm_edge_face(BMEdge *e) } /** - * Get the next available edge we can use to attempt tp calculate a path from. + * Get the next available edge we can use to attempt to calculate a path from. */ static BMEdge *bm_edgenet_edge_get_next(BMesh *bm, LinkNode **edge_queue, -- cgit v1.2.3