From b4862c2361a032a059cf1aae73eb6b0bdb84d65c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mael=20Rouxel-Labb=C3=A9?= Date: Mon, 27 Jan 2020 09:46:24 +0100 Subject: [PATCH] Fix typo --- BGL/include/CGAL/boost/graph/properties.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/properties.h b/BGL/include/CGAL/boost/graph/properties.h index 6460f9f88e6..278f0d7b1a9 100644 --- a/BGL/include/CGAL/boost/graph/properties.h +++ b/BGL/include/CGAL/boost/graph/properties.h @@ -295,7 +295,7 @@ struct Point_accessor } // namespace internal -// Needed by PMP::detec_features and Mesh_3 +// Needed by PMP::detect_features and Mesh_3 enum vertex_feature_degree_t { vertex_feature_degree }; enum edge_is_feature_t { edge_is_feature };