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/factory.cpp | |
| parent | e2cb5b21501159de7543ba985c6b183d7bc79331 (diff) | |
| download | PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.tar.gz PROJ-8394cacb65cf0b28d75d319f1979f6c2a3cfd7d1.zip | |
Fix typos in code comments
Diffstat (limited to 'src/iso19111/factory.cpp')
| -rw-r--r-- | src/iso19111/factory.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index 01b4c4e7..57850303 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -2386,7 +2386,7 @@ AuthorityFactory::createConversion(const std::string &code) const { if (res.empty()) { try { // Conversions using methods Change of Vertical Unit or - // Height Depth Reveral are stored in other_transformation + // Height Depth Reversal are stored in other_transformation auto op = createCoordinateOperation( code, false /* allowConcatenated */, false /* usePROJAlternativeGridNames */, |
