From 8e4fdba19c7e091a3e8fdf42bbed79413e5b1af9 Mon Sep 17 00:00:00 2001 From: Campbell Barton <ideasman42@gmail.com> Date: Sat, 27 Sep 2014 20:31:40 +1000 Subject: [PATCH] Cleanup: typo --- source/blender/bmesh/tools/bmesh_region_match.c | 4 ++-- 1 file 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 -- GitLab