From 81d63b133e62ec0165c11e34a4c5829467d1036f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Wed, 24 Sep 2014 08:40:01 +0200 Subject: [PATCH] typos --- Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h b/Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h index 6fce523db4f..a78b0872dc9 100644 --- a/Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h +++ b/Mesh_3/doc/Mesh_3/CGAL/Implicit_to_labeling_function_wrapper.h @@ -39,7 +39,7 @@ public: * \brief Construction from a vector of implicit functions. * \param implicit_functions the vector of implicit functions. * - * Poistions vectors are built automatically so that the union of components equals the union of the functions. + * Position vectors are built automatically so that the union of components equals the union of the functions. */ Implicit_multi_domain_to_labeling_function_wrapper (const Function_vector& implicit_functions);