From 4d3be8012207ab54254f54e99f2c46b9383b5cb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Loriot?= Date: Thu, 3 Aug 2017 13:59:44 +0200 Subject: [PATCH] fix wording --- .../include/CGAL/Polygon_mesh_processing/stitch_borders.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h index e5583bb03b8..b85bbc3576d 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/stitch_borders.h @@ -332,8 +332,8 @@ private: * then the source of `p.second` is. * If the target of `p.second` has not been marked for deletion, * then the source of `p.first` is. -* A vertex is marked for deletion if its corresponding point has already be seen -* with a vertex previously handled. +* A vertex is marked for deletion if its corresponding point has already been seen +* in another vertex previously handled. * * \pre For each halfedge in a pair of `hedge_pairs_to_stitch`, the corresponding * edge is neither degenerated nor incident to a degenerate edge.