diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:38:38 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:38:38 +0100 |
| commit | 0d682c7372acceab2271ba64856fb8ecf52b9882 (patch) | |
| tree | 8c4e06b0c55d26f0206dda34653b7760e299a57d /src | |
| parent | b34aa2fb81789631b8baf8d36a816cfb194f2909 (diff) | |
| download | PROJ-0d682c7372acceab2271ba64856fb8ecf52b9882.tar.gz PROJ-0d682c7372acceab2271ba64856fb8ecf52b9882.zip | |
Typo fixes identified by scripts/fix_typos.sh
Diffstat (limited to 'src')
| -rw-r--r-- | src/iso19111/datum.cpp | 2 | ||||
| -rw-r--r-- | src/iso19111/factory.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/datum.cpp b/src/iso19111/datum.cpp index d9d9c261..3a1b954d 100644 --- a/src/iso19111/datum.cpp +++ b/src/iso19111/datum.cpp @@ -1247,7 +1247,7 @@ void GeodeticReferenceFrame::_exportToWKT( if (dbContext) { auto factory = io::AuthorityFactory::create( NN_NO_CHECK(dbContext), std::string()); - // We use anonymous autority and approximate matching, so + // We use anonymous authority and approximate matching, so // as to trigger the caching done in createObjectsFromName() // in that case. auto matches = factory->createObjectsFromName( diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index a4529c9f..1c836367 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -4333,7 +4333,7 @@ AuthorityFactory::createBetweenGeodeticCRSWithDatumBasedIntermediates( "a2.south_lat, a2.west_lon, a2.north_lat, a2.east_lon) = 1 "; #if 0 - // While those additonal constraints are correct, they are found to + // While those additional constraints are correct, they are found to // kill performance. So enforce them as post-processing if (!allowedAuthorities.empty()) { |
