From f1dceb79eef9ef4bedf7679700e2d1c3694be521 Mon Sep 17 00:00:00 2001 From: Mael Date: Wed, 20 Mar 2019 11:43:33 +0100 Subject: [PATCH] fix typo --- BGL/include/CGAL/boost/graph/Seam_mesh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BGL/include/CGAL/boost/graph/Seam_mesh.h b/BGL/include/CGAL/boost/graph/Seam_mesh.h index ce5459aeb95..22d5e9c8c51 100644 --- a/BGL/include/CGAL/boost/graph/Seam_mesh.h +++ b/BGL/include/CGAL/boost/graph/Seam_mesh.h @@ -1107,7 +1107,7 @@ public: /// /// \returns one of the halfedges of the seam mesh that is on a seam. /// - /// \pre filename should be the name of a \cgal selection filee with file extension "*.selection.txt": + /// \pre filename should be the name of a \cgal selection file with file extension "*.selection.txt": /// edges are described by pairs of integers, on the third line of the file. TM_halfedge_descriptor add_seams(const char* filename) {