From 7f65ca6bc7c0cfcb20e82da237f99dead1bf4c63 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Mon, 18 Sep 2006 12:34:41 +0000 Subject: [PATCH] typo --- BGL/doc_tex/BGL/BGL.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/doc_tex/BGL/BGL.tex b/BGL/doc_tex/BGL/BGL.tex index 931022219d5..2c25fab654b 100644 --- a/BGL/doc_tex/BGL/BGL.tex +++ b/BGL/doc_tex/BGL/BGL.tex @@ -201,7 +201,7 @@ If the user does not pass explicitly a property map, the graph algorithms use the property map returned by the call \ccc{boost::get(boost::vertex_index,ft)}. This property map assumes that the vertex has a member function \ccc{id()} that returns a reference to an int. -Therefore \cgal\ offers a class \ccc{Trinagulation_vertex_base_with_id_2}. +Therefore \cgal\ offers a class \ccc{Triangulation_vertex_base_with_id_2}. It is in the users responsibility to set the indices properly. The example further illustrates that the graph traits also works