diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-11-21 21:16:33 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-11-21 21:16:33 +0100 |
| commit | 8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1 (patch) | |
| tree | b512b68715d0357164a942de15e0258318391d46 /src/iso19111/io.cpp | |
| parent | e2cb5b21501159de7543ba985c6b183d7bc79331 (diff) | |
| download | PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.tar.gz PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.zip | |
Fix typos in code comments
Diffstat (limited to 'src/iso19111/io.cpp')
| -rw-r--r-- | src/iso19111/io.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/io.cpp b/src/iso19111/io.cpp index 4d9e8633..678c5d98 100644 --- a/src/iso19111/io.cpp +++ b/src/iso19111/io.cpp @@ -3957,7 +3957,7 @@ CRSNNPtr WKTParser::Private::buildVerticalCRS(const WKTNodeNNPtr &node) { // This is the expansion of EPSG:5703 by old GDAL versions. // See // https://trac.osgeo.org/metacrs/changeset?reponame=&new=2281%40geotiff%2Ftrunk%2Flibgeotiff%2Fcsv%2Fvertcs.override.csv&old=1893%40geotiff%2Ftrunk%2Flibgeotiff%2Fcsv%2Fvertcs.override.csv - // It is unlikely that the user really explictly wants this. + // It is unlikely that the user really explicitly wants this. if (gridName != "g2003conus.gtx,g2003alaska.gtx," "g2003h01.gtx,g2003p01.gtx" && gridName != "g2012a_conus.gtx,g2012a_alaska.gtx," |
