From 81449a76253b5c90b19758fb2d7942c8b87d9e56 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 8 Jan 2007 13:28:44 +0000 Subject: [PATCH] Fixed spelling of Tessellator in comment --- include/osgUtil/DelaunayTriangulator | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/osgUtil/DelaunayTriangulator b/include/osgUtil/DelaunayTriangulator index 8d0c60978..21d60289c 100644 --- a/include/osgUtil/DelaunayTriangulator +++ b/include/osgUtil/DelaunayTriangulator @@ -73,7 +73,7 @@ public: /** Add vertices and constraint loops from dco * Can be used to generate extra vertices where dco crosses 'this' using - * osgUtil::tesselator to insert overlap vertices. + * osgUtil::tessellator to insert overlap vertices. */ void merge(DelaunayConstraint *dco);