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)" \ 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 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)