From 4f19c1a995de507044d1b5ada7fb7398cdb32096 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 18 Mar 2012 07:38:51 +0000 Subject: spelling cleanup --- intern/boolop/intern/BOP_Triangulator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'intern/boolop') diff --git a/intern/boolop/intern/BOP_Triangulator.cpp b/intern/boolop/intern/BOP_Triangulator.cpp index ca1e3ad2b6b..65f7dae1c0c 100644 --- a/intern/boolop/intern/BOP_Triangulator.cpp +++ b/intern/boolop/intern/BOP_Triangulator.cpp @@ -173,7 +173,7 @@ void BOP_triangulateC(BOP_Mesh* mesh, BOP_Faces* faces, BOP_Face* face, BOP_Inde /** * Triangulates the face (v1,v2,v3) in five new faces by two inner points (v4,v5), where - * v1 v4 v5 defines the nice triangle and v4 v5 v2 v3 defines the quad to be tesselated. + * v1 v4 v5 defines the nice triangle and v4 v5 v2 v3 defines the quad to be tessellated. * @param mesh mesh that contains the faces, edges and vertices * @param faces set of faces that contains face and will contains new faces * @param face input face to be triangulate -- cgit v1.2.3