aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-13 12:58:25 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-13 12:58:25 +0100
commit56dce02c707f0fe560f2c4cf5226520746950972 (patch)
treef5efcfe9d35630eaae36801171f1ba68644aa7dd /src
parentfba602f3a12de2be613d58b85d53ae50ae16577b (diff)
downloadPROJ-56dce02c707f0fe560f2c4cf5226520746950972.tar.gz
PROJ-56dce02c707f0fe560f2c4cf5226520746950972.zip
typo fix in comment
Diffstat (limited to 'src')
-rw-r--r--src/iso19111/operation/coordinateoperationfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/operation/coordinateoperationfactory.cpp b/src/iso19111/operation/coordinateoperationfactory.cpp
index 7509c513..80cac153 100644
--- a/src/iso19111/operation/coordinateoperationfactory.cpp
+++ b/src/iso19111/operation/coordinateoperationfactory.cpp
@@ -439,7 +439,7 @@ CoordinateOperationContext::getIntermediateCRS() const {
* If authorityFactory->getAuthority() is set to "any", then coordinate
* operations from any authority will be searched
* If authorityFactory->getAuthority() is a non-empty string different of "any",
- * then coordinate operatiosn will be searched only in that authority namespace.
+ * then coordinate operations will be searched only in that authority namespace.
*
* @param authorityFactory Authority factory, or null if no database lookup
* is allowed.