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>2014-09-27 14:31:40 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-09-27 14:32:12 +0400
commit8e4fdba19c7e091a3e8fdf42bbed79413e5b1af9 (patch)
treedb87be8ec06c084d59bfd4732a0a58fea44aaf52 /source/blender/bmesh/tools/bmesh_region_match.c
parente237424046068f93a2d81b894ad39c706b99dc0b (diff)
Cleanup: typo
Diffstat (limited to 'source/blender/bmesh/tools/bmesh_region_match.c')
-rw-r--r--source/blender/bmesh/tools/bmesh_region_match.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/bmesh/tools/bmesh_region_match.c b/source/blender/bmesh/tools/bmesh_region_match.c
index bff1d3850b4..ced429e154a 100644
--- a/source/blender/bmesh/tools/bmesh_region_match.c
+++ b/source/blender/bmesh/tools/bmesh_region_match.c
@@ -1342,7 +1342,7 @@ static bool bm_vert_fasthash_edge_is_match(
(e_a_fm[1] == e_b_fm[1]));
}
-static void bm_vert_fasthash_distroy(
+static void bm_vert_fasthash_destroy(
UUIDFashMatch *fm)
{
MEM_freeN(fm);
@@ -1485,7 +1485,7 @@ int BM_mesh_region_match(
#ifdef USE_PIVOT_FASTMATCH
if (fm) {
- bm_vert_fasthash_distroy(fm);
+ bm_vert_fasthash_destroy(fm);
}
#endif