Skip to content

Commit

Permalink
typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n authored Feb 3, 2019
1 parent 4abfe10 commit a1ea80e
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 a1ea80e

Please sign in to comment.