diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-16 20:05:11 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-16 20:05:11 +0100 |
| commit | 6d896cd9291d58397a0459a2143f77edd3b2c307 (patch) | |
| tree | 08d1943e9d4a2b65c31baa94c323fb29059f3a7b /src | |
| parent | 88875c1b191d5e8f98e66a19ffae7420cdf3fe77 (diff) | |
| download | PROJ-6d896cd9291d58397a0459a2143f77edd3b2c307.tar.gz PROJ-6d896cd9291d58397a0459a2143f77edd3b2c307.zip | |
typo fix in comment [ci skip]
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/coordinateoperation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp index 070dfc20..11c10e74 100644 --- a/src/iso19111/coordinateoperation.cpp +++ b/src/iso19111/coordinateoperation.cpp @@ -12863,7 +12863,7 @@ bool CoordinateOperationFactory::Private::createOperationsFromDatabase( // If we still didn't find a transformation, and that the source // and target are GeodeticCRS, then go through their underlying // datum to find potential transformations between other - // GeodeticRSs + // GeodeticCRSs // that are made of those datum // The typical example is if transforming between two // GeographicCRS, |
