diff --git a/BGL/doc/BGL/PackageDescription.txt b/BGL/doc/BGL/PackageDescription.txt index 130cbce564a..47fdb295870 100644 --- a/BGL/doc/BGL/PackageDescription.txt +++ b/BGL/doc/BGL/PackageDescription.txt @@ -123,7 +123,7 @@ user might encounter. - `CGAL::HalfedgeDS_face_max_base_with_id` - `CGAL::Polyhedron_items_with_id_3` -## Helper Fnuctions ## +## Helper Functions ## - `CGAL::is_border()` ## Iterators ## diff --git a/BGL/include/CGAL/boost/graph/Euler_operations.h b/BGL/include/CGAL/boost/graph/Euler_operations.h index 719de67c719..da76fe39123 100644 --- a/BGL/include/CGAL/boost/graph/Euler_operations.h +++ b/BGL/include/CGAL/boost/graph/Euler_operations.h @@ -192,7 +192,7 @@ make_quadrangle(const P& p0, const P& p1, const P& p2, const P& p3, Graph& g) } /** - * Creates an isolated hexahedron in `g` having `p0`, `p1`, ... , and `p7` as points. + * Creates an isolated hexahedron in `g` having `p0`, `p1`, ...\ , and `p7` as points. * \returns the halfedge which has the target vertex associated with `p0`, in the face with the vertices with the points `p0`, `p1`, `p2`, and `p3`. **/ template