Fixed typo

This commit is contained in:
Andreas Fabri 2007-09-05 07:39:27 +00:00
parent e160b565f3
commit 448ce230e0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
#include <CGAL/Triangulation_2.h>
#include <cassert>
/* A facet with an additionnal handle */
/* A vertex class with an additionnal handle */
template < class Gt, class Vb = CGAL::Triangulation_vertex_base_2<Gt> >
class My_vertex_base
: public Vb