aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/factory.cpp
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 /src/iso19111/factory.cpp
parent36a5a178cbd8c338a294ed5528462e65faf20a3d (diff)
downloadPROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.tar.gz
PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.zip
typo fixes
Diffstat (limited to 'src/iso19111/factory.cpp')
-rw-r--r--src/iso19111/factory.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp
index 5da9e6e0..62a309c4 100644
--- a/src/iso19111/factory.cpp
+++ b/src/iso19111/factory.cpp
@@ -3827,7 +3827,7 @@ AuthorityFactory::createFromCoordinateReferenceSystemCodes(
* missing grids should be removed from the result set.
* @param considerKnownGridsAsAvailable Whether known grids should be considered
* as available (typically when network is enabled).
- * @param discardSuperseded Whether cordinate operations that are superseded
+ * @param discardSuperseded Whether coordinate operations that are superseded
* (but not deprecated) should be removed from the result set.
* @param tryReverseOrder whether to search in the reverse order too (and thus
* inverse results found that way)
@@ -4200,7 +4200,7 @@ static bool useIrrelevantPivot(const operation::CoordinateOperationNNPtr &op,
* missing grids should be removed from the result set.
* @param considerKnownGridsAsAvailable Whether known grids should be considered
* as available (typically when network is enabled).
- * @param discardSuperseded Whether cordinate operations that are superseded
+ * @param discardSuperseded Whether coordinate operations that are superseded
* (but not deprecated) should be removed from the result set.
* @param intermediateCRSAuthCodes List of (auth_name, code) of CRS that can be
* used as potential intermediate CRS. If the list is empty, the database will
@@ -5587,7 +5587,7 @@ AuthorityFactory::getDescriptionText(const std::string &code) const {
/** \brief Return a list of information on CRS objects
*
- * This is functionnaly equivalent of listing the codes from an authority,
+ * This is functionally equivalent of listing the codes from an authority,
* instantiating
* a CRS object for each of them and getting the information from this CRS
* object, but this implementation has much less overhead.
@@ -6343,8 +6343,8 @@ AuthorityFactory::createObjectsFromNameEx(
}
// If we found a name that is an exact match, and all objects have the
- // same type, and we are not in approximate mode, only keep the objet(s)
- // with the exact name match.
+ // same type, and we are not in approximate mode, only keep the
+ // object(s) with the exact name match.
if (foundExactMatch && hashCodeFirstMatch != 0 && !approximateMatch) {
std::list<PairObjectName> resTmp;
for (const auto &pair : res) {