Skip to content

Commit

Permalink
Merge pull request #1247 from jef-n/patch-1
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
rouault authored Feb 3, 2019
2 parents 4abfe10 + a1ea80e commit 2e6dde7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/iso19111/factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
}

Expand Down

0 comments on commit 2e6dde7

Please sign in to comment.