diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-13 12:58:25 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-13 12:58:25 +0100 |
| commit | 56dce02c707f0fe560f2c4cf5226520746950972 (patch) | |
| tree | f5efcfe9d35630eaae36801171f1ba68644aa7dd /src/iso19111/operation/coordinateoperationfactory.cpp | |
| parent | fba602f3a12de2be613d58b85d53ae50ae16577b (diff) | |
| download | PROJ-56dce02c707f0fe560f2c4cf5226520746950972.tar.gz PROJ-56dce02c707f0fe560f2c4cf5226520746950972.zip | |
typo fix in comment
Diffstat (limited to 'src/iso19111/operation/coordinateoperationfactory.cpp')
| -rw-r--r-- | src/iso19111/operation/coordinateoperationfactory.cpp | 2 |
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. |
