From 1bd12c79a01546bf008a336aa6731446f1eefe32 Mon Sep 17 00:00:00 2001 From: Andreas Fabri Date: Tue, 14 Jan 2025 12:41:48 +0000 Subject: [PATCH] typos --- .../locally_shortest_path.h | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Vector_graphics_on_surfaces/include/CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h b/Vector_graphics_on_surfaces/include/CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h index d9722d4af5f3..ce36fceccbb0 100644 --- a/Vector_graphics_on_surfaces/include/CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h +++ b/Vector_graphics_on_surfaces/include/CGAL/Vector_graphics_on_surfaces/locally_shortest_path.h @@ -2832,7 +2832,7 @@ struct Dual_geodesic_solver * \ingroup VGSMiscellaneous * fills `solver` for a given mesh `tmesh`. It is the user responsability to * call again this function if `tmesh` or the points of its vertices are modified. - * If `solver` was used in a previous call to this function, information will be ovewritten. + * If `solver` was used in a previous call to this function, information will be overwritten. * \tparam TriangleMesh a model of `FaceListGraph` and `EdgeListGraph` * \tparam FT floating point number type (float or double) * \param solver the container for the precomputed information @@ -2859,7 +2859,7 @@ void init_geodesic_dual_solver(Dual_geodesic_solver& solver, const TriangleM /*! * \ingroup VGSFunctions * computes an approximated geodesic shortest path between two locations on a - * triangle mesh. `src` and `tgt` must be on the same connected component. + * `tmesh`. The points`src` and `tgt` must be on the same connected component. * \tparam TriangleMesh a model of `FaceListGraph` and `EdgeListGraph` * \tparam FT floating point number type (float or double) * \tparam EdgeLocationRange a model of `BackInsertionSequence` whose value type `CGAL::Polygon_mesh_processing::Edge_location`. @@ -3115,7 +3115,7 @@ void locally_shortest_path(CGAL::Polygon_mesh_processing::Face_location