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>2021-01-13 05:21:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-01-13 05:21:29 +0300
commit92826a921c2f17318bafa4d9dd4b7b7e1ba9c73d (patch)
tree9a5a8874fb8ad8f6f7e4d01a23b6ff088f0d18cb /source/blender/bmesh
parentbc584258626249a005a518661aabe080ec25f276 (diff)
Cleanup: spelling
Diffstat (limited to 'source/blender/bmesh')
-rw-r--r--source/blender/bmesh/tools/bmesh_edgenet.c2
1 files changed, 1 insertions, 1 deletions
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,