From d4611374dd910fff7b759e917c08a2a14102beb6 Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Wed, 10 Sep 2025 14:10:20 -0700 Subject: [PATCH 1/3] Update --- include/boost/geometry/geometries/register/box.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/geometry/geometries/register/box.hpp b/include/boost/geometry/geometries/register/box.hpp index 92b71c90b8..ac40f76143 100644 --- a/include/boost/geometry/geometries/register/box.hpp +++ b/include/boost/geometry/geometries/register/box.hpp @@ -152,7 +152,7 @@ namespace boost { namespace geometry { namespace traits { \ \details \details_macro{BOOST_GEOMETRY_REGISTER_BOX_2D_4VALUES, box} \param Box \param_macro_type{Box} \param Point Point type reported as point_type by box. Must be two dimensional. - Note that these box tyeps do not contain points, but they must have a + Note that these box types do not contain points, but they must have a related point_type \param Left Left side (must be public member or method) \param Bottom Bottom side (must be public member or method) From acddf43bfb1422eac1277ead4f143e46e9f6fec7 Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Wed, 10 Sep 2025 14:29:05 -0700 Subject: [PATCH 2/3] Update --- doc/doxy/Doxyfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/doxy/Doxyfile b/doc/doxy/Doxyfile index 8a835c443e..a31f522058 100644 --- a/doc/doxy/Doxyfile +++ b/doc/doxy/Doxyfile @@ -88,7 +88,7 @@ ALIASES = qbk{1}="\xmlonly \1 \endxmlonly" \ param_macro_coorsystem="Coordinate system (e.g. cs::cartesian)" \ param_macro_member{1}="Member containing \1 coordinate" \ param_macro_getset{2}="Method to \1 the \2 coordinate" \ - param_range_point="A range containg points fulfilling range and point concepts" \ + param_range_point="A range containing points fulfilling range and point concepts" \ param_x="First coordinate (usually x-coordinate)" \ param_y="Second coordinate (usually y-coordinate)" \ param_z="Third coordinate (usually z-coordinate)" \ From 8d3c81fe47e43a2d5f68f2a07112a190483ea034 Mon Sep 17 00:00:00 2001 From: ivanpanch Date: Wed, 10 Sep 2025 14:33:50 -0700 Subject: [PATCH 3/3] Update --- doc/reference/algorithms/append.qbk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/reference/algorithms/append.qbk b/doc/reference/algorithms/append.qbk index 22dbb561ae..3bca8a71e4 100644 --- a/doc/reference/algorithms/append.qbk +++ b/doc/reference/algorithms/append.qbk @@ -34,7 +34,7 @@ [[__multi_linestring__][Appends point or range to the end of the linestring with the given multi index. The multi-linestring is not resized automatically, so ensure - that the multi index is smaller than then number of linestring + that the multi index is smaller than the number of linestring in the multi-linestring.]] [[__multi_polygon__][Appends point or range to the end of the polygon (without explicitly closing it) with the given multi-index. @@ -42,7 +42,7 @@ exterior ring (the default) or specify a zero-based ring index for the interior rings. The multi-polygon is not resized automatically, so ensure - that the multi index is smaller than then number of polygon + that the multi index is smaller than the number of polygon in the multi-polygon. The same applies for the interior rings of the polygon: the interior rings are not resized automatically, so ensure that the zero-based ring index is