diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:33:44 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-03-06 18:33:44 +0100 |
| commit | 5fff613d07c697040f67f97e40eddd995ec43958 (patch) | |
| tree | c854c55811466a608bd96b472d32bb6a62b3f2eb /src/iso19111/datum.cpp | |
| parent | 93da0bcaa0880b183b312e1ce7834c74357e5b0e (diff) | |
| download | PROJ-5fff613d07c697040f67f97e40eddd995ec43958.tar.gz PROJ-5fff613d07c697040f67f97e40eddd995ec43958.zip | |
Typo fixes identified by scripts/fix_typos.sh
Diffstat (limited to 'src/iso19111/datum.cpp')
| -rw-r--r-- | src/iso19111/datum.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/datum.cpp b/src/iso19111/datum.cpp index ad287e73..1dbe2cab 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( |
