From 362a77b9debbf92d08ddfc1da3823f84d9dcf6b7 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Thu, 3 Nov 2016 15:03:24 +0100 Subject: [PATCH] fix typos - thank you Jane --- .../doc/Polygon_mesh_processing/Polygon_mesh_processing.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt index 6544aeec310..0ae1b22cb07 100644 --- a/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt +++ b/Polygon_mesh_processing/doc/Polygon_mesh_processing/Polygon_mesh_processing.txt @@ -394,7 +394,7 @@ Property maps are used to record the computed normals. \subsection NormalsExample Normals Computation Examples Property maps are an API introduced in the boost library, that allows to -associates values to keys. In the following examples we assocatiate +associate values to keys. In the following examples we associate a normal vector to each vertex and to each face.