From 323a7cd09d3772053faf42720d6cb4dc26a57a65 Mon Sep 17 00:00:00 2001 From: albert-github Date: Wed, 3 Dec 2025 12:20:10 +0100 Subject: [PATCH] Spelling correction Spelling correction --- Combinatorial_map/include/CGAL/Combinatorial_map.h | 2 +- Combinatorial_map/include/CGAL/Element_topo.h | 2 +- Stream_support/include/CGAL/IO/LAS/Las_property.h | 2 +- Stream_support/include/CGAL/IO/LAS/read_las_points.h | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Combinatorial_map/include/CGAL/Combinatorial_map.h b/Combinatorial_map/include/CGAL/Combinatorial_map.h index a14c628f2ac..3c25646811b 100644 --- a/Combinatorial_map/include/CGAL/Combinatorial_map.h +++ b/Combinatorial_map/include/CGAL/Combinatorial_map.h @@ -4109,7 +4109,7 @@ namespace CGAL { } /** Tests if a volume is a combinatorial pyramid. - * @param d1 an intial dart + * @param d1 an initial dart * @return true iff the volume containing d1 is a combinatorial pyramid. */ bool is_volume_combinatorial_pyramid(Dart_const_descriptor d1) const diff --git a/Combinatorial_map/include/CGAL/Element_topo.h b/Combinatorial_map/include/CGAL/Element_topo.h index f37a18c6278..2e3a89862fa 100644 --- a/Combinatorial_map/include/CGAL/Element_topo.h +++ b/Combinatorial_map/include/CGAL/Element_topo.h @@ -147,7 +147,7 @@ struct Get_cell_topo else if(cmap.is_volume_combinatorial_tetrahedron10(it)) { return TETRAHEDRON10; } - // For non symetric object, we need to test all darts + // For non symmetric object, we need to test all darts for (auto itv=cmap.template darts_of_cell<3>(it).begin(), itvend=cmap.template darts_of_cell<3>(it).end(); itv!=itvend; ++itv) { diff --git a/Stream_support/include/CGAL/IO/LAS/Las_property.h b/Stream_support/include/CGAL/IO/LAS/Las_property.h index 4ec6fb9b9c9..64489a2ac29 100644 --- a/Stream_support/include/CGAL/IO/LAS/Las_property.h +++ b/Stream_support/include/CGAL/IO/LAS/Las_property.h @@ -76,7 +76,7 @@ typedef Base B; typedef Base I; } // namespace LAS_property -// documenation in ../LAS.h +// documentation in ../LAS.h template std::tuple::Kernel::Construct_point_3, diff --git a/Stream_support/include/CGAL/IO/LAS/read_las_points.h b/Stream_support/include/CGAL/IO/LAS/read_las_points.h index 38d6595c446..73c404bb2f1 100644 --- a/Stream_support/include/CGAL/IO/LAS/read_las_points.h +++ b/Stream_support/include/CGAL/IO/LAS/read_las_points.h @@ -230,7 +230,7 @@ void process_properties (const LASpoint& reader, OutputValueType& new_element, /// \endcond -// documenation in ../LAS.h +// documentation in ../LAS.h template @@ -279,7 +279,7 @@ bool read_LAS_with_properties(std::istream& is, /// \endcond -// documenation in ../LAS.h +// documentation in ../LAS.h template