From 06999247de99ef1b515076066fa2a86512111393 Mon Sep 17 00:00:00 2001 From: Simon Giraudot Date: Tue, 24 Mar 2020 14:34:06 +0100 Subject: [PATCH] Fix typo --- BGL/include/CGAL/boost/graph/selection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/selection.h b/BGL/include/CGAL/boost/graph/selection.h index 63b1324bcc1..de17ebeed80 100644 --- a/BGL/include/CGAL/boost/graph/selection.h +++ b/BGL/include/CGAL/boost/graph/selection.h @@ -430,7 +430,7 @@ reduce_face_selection( regularizes a selection in order to minimize the length of the border of the selection. - The Alpha Epansion algorithm is used (see + The Alpha Expansion algorithm is used (see `CGAL::alpha_expansion_graphcut()`) using the length of the edge between two faces as the edge cost and the initial selected/unselected property of a face as the face cost.