aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/coordinateoperation.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-11-21 21:16:33 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-11-21 21:16:33 +0100
commit8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1 (patch)
treeb512b68715d0357164a942de15e0258318391d46 /src/iso19111/coordinateoperation.cpp
parente2cb5b21501159de7543ba985c6b183d7bc79331 (diff)
downloadPROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.tar.gz
PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.zip
Fix typos in code comments
Diffstat (limited to 'src/iso19111/coordinateoperation.cpp')
-rw-r--r--src/iso19111/coordinateoperation.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iso19111/coordinateoperation.cpp b/src/iso19111/coordinateoperation.cpp
index 4da54a41..860b9a01 100644
--- a/src/iso19111/coordinateoperation.cpp
+++ b/src/iso19111/coordinateoperation.cpp
@@ -7994,7 +7994,7 @@ TransformationNNPtr Transformation::inverseAsTransformation() const {
}
#ifdef notdef
- // We dont need that currently, but we might...
+ // We don't need that currently, but we might...
if (methodEPSGCode == EPSG_CODE_METHOD_HEIGHT_DEPTH_REVERSAL) {
return d->registerInv(
shared_from_this(),
@@ -13170,7 +13170,7 @@ void CoordinateOperationFactory::Private::
}
// NAD83 only exists in 2D version in EPSG, so if it has been
- // promotted to 3D, when researching a vertical to geog
+ // promoted to 3D, when researching a vertical to geog
// transformation, try to down cast to 2D.
const auto geog3DToVertTryThroughGeog2D = [&res, &context](
const crs::GeographicCRS *geogSrcIn, const crs::VerticalCRS *vertDstIn,
@@ -14103,7 +14103,7 @@ void CoordinateOperationFactory::Private::createOperationsCompoundToGeog(
}
} else {
// This case is probably only correct if
- // verticalTransform and horizTransform are independant
+ // verticalTransform and horizTransform are independent
// and in particular that verticalTransform does not
// involve a grid, because of the rather arbitrary order
// horizontal then vertical applied