From a45762194ce96ce4fd5421c729910d0b229b2de8 Mon Sep 17 00:00:00 2001 From: albert-github Date: Thu, 5 Jun 2025 18:12:05 +0200 Subject: [PATCH] Spelling correction Spelling correction --- Frechet_distance/doc/Frechet_distance/Frechet_distance.txt | 2 +- .../include/CGAL/Frechet_distance/internal/Frechet_light.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Frechet_distance/doc/Frechet_distance/Frechet_distance.txt b/Frechet_distance/doc/Frechet_distance/Frechet_distance.txt index f8b464abbc3..0220f74f354 100644 --- a/Frechet_distance/doc/Frechet_distance/Frechet_distance.txt +++ b/Frechet_distance/doc/Frechet_distance/Frechet_distance.txt @@ -114,7 +114,7 @@ closer than a distance bound to a query curve. In the example below, we can see a query where: - the query polyline is in bold green - the query distance is 16 -- the colorfull polylines are in distance at most 16 from the query and are therefore returned +- the colorful polylines are in distance at most 16 from the query and are therefore returned - the light gray polylines are filtered out early on and no significant computation is performed on them - the dark gray polyline is not filtered out early on but only later by our exact decision algorithm diff --git a/Frechet_distance/include/CGAL/Frechet_distance/internal/Frechet_light.h b/Frechet_distance/include/CGAL/Frechet_distance/internal/Frechet_light.h index 6ad493080ad..46e91745821 100644 --- a/Frechet_distance/include/CGAL/Frechet_distance/internal/Frechet_light.h +++ b/Frechet_distance/include/CGAL/Frechet_distance/internal/Frechet_light.h @@ -1338,7 +1338,7 @@ std::pair FrechetLight::calcDistance(Curve const& curve1, Curv } // This doesn't have to be called but is handy to make time measurements more -// consistent such that the clears in the lessThan call doen't have to do +// consistent such that the clears in the lessThan call don't have to do // anything. template