aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/util.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/util.cpp
parentd8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (diff)
downloadPROJ-be5778fa90586abd431fc02375870d71d2e3ba78.tar.gz
PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.zip
Typo fixes
Diffstat (limited to 'src/iso19111/util.cpp')
-rw-r--r--src/iso19111/util.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/iso19111/util.cpp b/src/iso19111/util.cpp
index b8c6c439..d6cfa9f4 100644
--- a/src/iso19111/util.cpp
+++ b/src/iso19111/util.cpp
@@ -227,7 +227,7 @@ bool ArrayOfBaseObject::empty() const { return d->values_.empty(); }
// ---------------------------------------------------------------------------
-/** \brief Instanciate a ArrayOfBaseObject.
+/** \brief Instantiate a ArrayOfBaseObject.
*
* @return a new ArrayOfBaseObject.
*/
@@ -543,7 +543,7 @@ std::string LocalName::toString() const { return d->name; }
// ---------------------------------------------------------------------------
-/** \brief Instanciate a NameSpace.
+/** \brief Instantiate a NameSpace.
*
* @param name name of the namespace.
* @param properties Properties. Allowed keys are "separator" and
@@ -561,7 +561,7 @@ NameSpaceNNPtr NameFactory::createNameSpace(const GenericNameNNPtr &name,
// ---------------------------------------------------------------------------
-/** \brief Instanciate a LocalName.
+/** \brief Instantiate a LocalName.
*
* @param scope scope.
* @param name string of the local name.
@@ -574,7 +574,7 @@ LocalNameNNPtr NameFactory::createLocalName(const NameSpacePtr &scope,
// ---------------------------------------------------------------------------
-/** \brief Instanciate a GenericName.
+/** \brief Instantiate a GenericName.
*
* @param scope scope.
* @param parsedNames the components of the name.