diff options
| author | Even Rouault <even.rouault@mines-paris.org> | 2019-02-03 17:54:43 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-02-03 17:54:43 +0100 |
| commit | 2e6dde7a7eae34b8f93c078480db077891f03068 (patch) | |
| tree | 48a386621852d5d701e7cbfdfdd3f4848b9ceb0a /src | |
| parent | 4abfe10ab7a64552db242aa240bbcf2f92598604 (diff) | |
| parent | a1ea80e2b2d94bea9c1020a9651f7a6eda461767 (diff) | |
| download | PROJ-2e6dde7a7eae34b8f93c078480db077891f03068.tar.gz PROJ-2e6dde7a7eae34b8f93c078480db077891f03068.zip | |
Merge pull request #1247 from jef-n/patch-1
typo fix
Diffstat (limited to 'src')
| -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 54fc3fd3..c862cc5b 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -1733,7 +1733,7 @@ AuthorityFactory::createEllipsoid(const std::string &code) const { common::Length(c_locale_stod(semi_minor_axis_str), uom), body); } } catch (const std::exception &ex) { - throw buildFactoryException("elllipsoid", code, ex); + throw buildFactoryException("ellipsoid", code, ex); } } |
