From 5c9891ed53987438fda5d0fdd3bb0b1f151a89e9 Mon Sep 17 00:00:00 2001 From: Jane Tournois Date: Fri, 17 Apr 2015 15:33:24 +0200 Subject: [PATCH] fix typos in comments --- .../CGAL/Polygon_mesh_processing/internal/remesh_impl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/remesh_impl.h b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/remesh_impl.h index 69af05752ac..d3e320f2028 100644 --- a/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/remesh_impl.h +++ b/Polygon_mesh_processing/include/CGAL/Polygon_mesh_processing/internal/remesh_impl.h @@ -481,7 +481,7 @@ namespace internal { };//end class Incremenal_remesher }//end namespace internal -}//end namesapce Polygon_mesh_processing -}//end namesapce CGAL +}//end namespace Polygon_mesh_processing +}//end namespace CGAL #endif //CGAL_POLYGON_MESH_PROCESSING_REMESH_IMPL_H