From 303cecf1398c0049df515aba3898883d8cdc81d5 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Mar 2012 22:56:26 +0000 Subject: spelling cleanup: tesselate -> tessellate (last of these found) --- intern/boolop/intern/BOP_CarveInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/boolop') diff --git a/intern/boolop/intern/BOP_CarveInterface.cpp b/intern/boolop/intern/BOP_CarveInterface.cpp index aa6de7f3017..ff7244ea84b 100644 --- a/intern/boolop/intern/BOP_CarveInterface.cpp +++ b/intern/boolop/intern/BOP_CarveInterface.cpp @@ -771,7 +771,7 @@ BoolOpState BOP_performBooleanOperation(BoolOpType opType, // prepare operands for actual boolean operation. it's needed because operands might consist of // several intersecting meshes and in case if another operands intersect an edge loop of intersecting that - // meshes tesselation of operation result can't be done properly. the only way to make such situations + // meshes tessellation of operation result can't be done properly. the only way to make such situations // working is to union intersecting meshes of the same operand Carve_unionIntersections(&left, &right, oface_num); -- cgit v1.2.3