aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-07 20:29:06 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-07 20:31:43 +0100
commitd7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 (patch)
treec4dccaa34df9e76d40f510f6519563cbd5212d1a /include
parent36a5a178cbd8c338a294ed5528462e65faf20a3d (diff)
downloadPROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.tar.gz
PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.zip
typo fixes
Diffstat (limited to 'include')
-rw-r--r--include/proj/common.hpp2
-rw-r--r--include/proj/coordinateoperation.hpp2
-rw-r--r--include/proj/metadata.hpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/proj/common.hpp b/include/proj/common.hpp
index 04ad63ad..c8ffe904 100644
--- a/include/proj/common.hpp
+++ b/include/proj/common.hpp
@@ -292,7 +292,7 @@ using IdentifiedObjectPtr = std::shared_ptr<IdentifiedObject>;
/** Non-null shared pointer of IdentifiedObject. */
using IdentifiedObjectNNPtr = util::nn<IdentifiedObjectPtr>;
-/** \brief Abstract class representating a CRS-related object that has an
+/** \brief Abstract class representing a CRS-related object that has an
* identification.
*
* \remark Implements IdentifiedObject from \ref ISO_19111_2019
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp
index ede55fed..1b209cae 100644
--- a/include/proj/coordinateoperation.hpp
+++ b/include/proj/coordinateoperation.hpp
@@ -740,7 +740,7 @@ projection grid at the natural origin.
EPSG:8807
-\subsection latitude_projection_centre Latitute of projection centre
+\subsection latitude_projection_centre Latitude of projection centre
For an oblique projection, this is the latitude of the point at which the
azimuth of the central line is defined.
diff --git a/include/proj/metadata.hpp b/include/proj/metadata.hpp
index bd78e6e3..605ad191 100644
--- a/include/proj/metadata.hpp
+++ b/include/proj/metadata.hpp
@@ -141,7 +141,7 @@ using GeographicBoundingBoxNNPtr = util::nn<GeographicBoundingBoxPtr>;
/** \brief Geographic position of the dataset.
*
- * This is only an approximate so specifying the co-ordinate reference system is
+ * This is only an approximate so specifying the coordinate reference system is
* unnecessary.
*
* \remark Implements [GeographicBoundingBox]