From 9d709b12e5c5bc4e654d26f2e95300ae5fedd635 Mon Sep 17 00:00:00 2001 From: albert-github Date: Mon, 21 Nov 2022 10:40:28 +0100 Subject: [PATCH] spelling corrections After review --- .../CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h | 2 +- .../test/Boolean_set_operations_2/data/agg_op/README.txt | 2 +- .../L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h | 2 +- Installation/cmake/modules/FindSuiteSparse.cmake | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h index e061c1a2873..f993dd009af 100644 --- a/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h +++ b/Arrangement_on_surface_2/include/CGAL/Curved_kernel_via_analysis_2/Generic_point_2.h @@ -128,7 +128,7 @@ public: } #endif /*!\brief - * constructs an arc from a given represetnation + * constructs an arc from a given representation */ Generic_point_2(Rep rep) : Base(rep) { diff --git a/Boolean_set_operations_2/test/Boolean_set_operations_2/data/agg_op/README.txt b/Boolean_set_operations_2/test/Boolean_set_operations_2/data/agg_op/README.txt index 65dc2e90489..03b8f679e37 100644 --- a/Boolean_set_operations_2/test/Boolean_set_operations_2/data/agg_op/README.txt +++ b/Boolean_set_operations_2/test/Boolean_set_operations_2/data/agg_op/README.txt @@ -2,7 +2,7 @@ ------------------------------------------------------------------------ structure of file: -----------------= +----------------- # polygons (range of Polygon_2) N # number of polygons diff --git a/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h b/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h index 93fc1a36525..49be2350b4d 100644 --- a/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h +++ b/GraphicsView/demo/L1_Voronoi_diagram_2/include/CGAL/L1_voronoi_traits_2.h @@ -59,7 +59,7 @@ public: // Returns the midpoint (under the L1 metric) that is on the rectangle // defined by the two points (the rectangle can be degenerate). - // As there are to endpoints, the index determines which is returned + // As there are two endpoints, the index determines which one is returned static Point_2 midpoint(const Point_2& p1, const Point_2& p2, std::size_t index) { const Point_2 *pp1; const Point_2 *pp2; diff --git a/Installation/cmake/modules/FindSuiteSparse.cmake b/Installation/cmake/modules/FindSuiteSparse.cmake index 8d55912f168..a58cdefdfcc 100644 --- a/Installation/cmake/modules/FindSuiteSparse.cmake +++ b/Installation/cmake/modules/FindSuiteSparse.cmake @@ -1,5 +1,5 @@ ## CMake file to locate SuiteSparse and its useful composite projects -## The first development of this file was done by a Windows users who +## The first development of this file was done by Windows users who ## used: ## https://github.com/jlblancoc/suitesparse-metis-for-windows ## Anyway, it could work also on linux (tested on fedora 17 when you installed suitesparse from yum) @@ -20,14 +20,14 @@ ## * SuiteSparse_INCLUDE_DIRS Paths containing SuiteSparse needed headers (depend on which COMPONENTS you gave) ## * SuiteSparse_LIBRARIES Absolute paths of SuiteSparse libs found (depend on which COMPONENTS you gave) ## If SuiteSparse_USE_LAPACK_BLAS is set to ON : -## * SuiteSparse_LAPACK_BLAS_LIBRARIES Which contain the libblas and liblapack libraries +## * SuiteSparse_LAPACK_BLAS_LIBRARIES Which contain the libblas and liblapack libraries ## On windows: ## * SuiteSparse_LAPACK_BLAS_DLL Which contain all required binaries for use libblas and liblapack ## ## ## Detailed variables this file provide : ## * SuiteSparse__FOUND True if the given component to look for is found (INCLUDE DIR and LIBRARY) -## * SuiteSparse__INCLUDE_DIR The path directory where we can be found all component header files +## * SuiteSparse__INCLUDE_DIR The path directory where all component header files can be found ## * SuiteSparse__LIBRARY The file path to the component library ## Note: If a component is not found, a SuiteSparse__DIR cache variable is set to allow user set the search directory. ##