[Bf-blender-cvs] [8e4fdba] master: Cleanup: typo

Campbell Barton noreply at git.blender.org
Sat Sep 27 12:33:01 CEST 2014


Commit: 8e4fdba19c7e091a3e8fdf42bbed79413e5b1af9
Author: Campbell Barton
Date:   Sat Sep 27 20:31:40 2014 +1000
Branches: master
https://developer.blender.org/rB8e4fdba19c7e091a3e8fdf42bbed79413e5b1af9

Cleanup: typo

===================================================================

M	source/blender/bmesh/tools/bmesh_region_match.c

===================================================================

diff --git a/source/blender/bmesh/tools/bmesh_region_match.c b/source/blender/bmesh/tools/bmesh_region_match.c
index bff1d38..ced429e 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




More information about the Bf-blender-cvs mailing list