aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/metadata.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-01-02 11:29:36 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-01-02 11:29:36 +0100
commitbe5778fa90586abd431fc02375870d71d2e3ba78 (patch)
treea8b51f31a6161b0ccf6e3075fc32235b466a675e /src/iso19111/metadata.cpp
parentd8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (diff)
downloadPROJ-be5778fa90586abd431fc02375870d71d2e3ba78.tar.gz
PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.zip
Typo fixes
Diffstat (limited to 'src/iso19111/metadata.cpp')
-rw-r--r--src/iso19111/metadata.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/iso19111/metadata.cpp b/src/iso19111/metadata.cpp
index 2be9dac3..ddda2987 100644
--- a/src/iso19111/metadata.cpp
+++ b/src/iso19111/metadata.cpp
@@ -211,7 +211,7 @@ double GeographicBoundingBox::northBoundLatitude() PROJ_CONST_DEFN {
// ---------------------------------------------------------------------------
-/** \brief Instanciate a GeographicBoundingBox.
+/** \brief Instantiate a GeographicBoundingBox.
*
* If east < west, then the bounding box crosses the anti-meridian.
*
@@ -484,7 +484,7 @@ common::UnitOfMeasureNNPtr &VerticalExtent::unit() PROJ_CONST_DEFN {
// ---------------------------------------------------------------------------
-/** \brief Instanciate a VerticalExtent.
+/** \brief Instantiate a VerticalExtent.
*
* @param minimumIn minimum.
* @param maximumIn maximum.
@@ -572,7 +572,7 @@ const std::string &TemporalExtent::stop() PROJ_CONST_DEFN { return d->stop_; }
// ---------------------------------------------------------------------------
-/** \brief Instanciate a TemporalExtent.
+/** \brief Instantiate a TemporalExtent.
*
* @param start start.
* @param stop stop.
@@ -682,7 +682,7 @@ Extent::temporalElements() PROJ_CONST_DEFN {
// ---------------------------------------------------------------------------
-/** \brief Instanciate a Extent.
+/** \brief Instantiate a Extent.
*
* @param descriptionIn Textual description, or empty.
* @param geographicElementsIn Geographic element(s), or empty.
@@ -706,7 +706,7 @@ Extent::create(const optional<std::string> &descriptionIn,
// ---------------------------------------------------------------------------
-/** \brief Instanciate a Extent from a bounding box
+/** \brief Instantiate a Extent from a bounding box
*
* @param west Western-most coordinate of the limit of the dataset extent (in
* degrees).
@@ -950,7 +950,7 @@ Identifier::~Identifier() = default;
// ---------------------------------------------------------------------------
-/** \brief Instanciate a Identifier.
+/** \brief Instantiate a Identifier.
*
* @param codeIn Alphanumeric value identifying an instance in the codespace
* @param properties See \ref general_properties.
@@ -1272,7 +1272,7 @@ const std::string &PositionalAccuracy::value() PROJ_CONST_DEFN {
// ---------------------------------------------------------------------------
-/** \brief Instanciate a PositionalAccuracy.
+/** \brief Instantiate a PositionalAccuracy.
*
* @param valueIn positional accuracy value.
* @return a new PositionalAccuracy.