From c20ff0b97ec7f2a899aecc3530ba094515603414 Mon Sep 17 00:00:00 2001 From: Efi Fogel Date: Thu, 29 Jun 2017 12:00:21 +0300 Subject: [PATCH] Fixed small typo --- .../Arr_topology_traits/Arr_spherical_construction_helper.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h b/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h index 0262279cf92..42c9482986a 100644 --- a/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h +++ b/Arrangement_on_surface_2/include/CGAL/Arr_topology_traits/Arr_spherical_construction_helper.h @@ -61,10 +61,10 @@ public: typedef Unique_hash_map Halfedge_indices_map; - // The following should be private. It is declared protected toas a + // The following should be private. It is declared 'protected' as a // workaround to a problem with VC. (At least VC 14 exhibits this problem). // When declared private, VC claims that Gt2 is private (within - // Arr_spherical_construction_helper; thus, it cannot be access by + // Arr_spherical_construction_helper); thus, it cannot be access by // Arr_spherical_construction_helper. protected: typedef typename Arrangement_2::Topology_traits Topology_traits;