From a1ea80e2b2d94bea9c1020a9651f7a6eda461767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Fischer?= Date: Sun, 3 Feb 2019 17:31:06 +0100 Subject: typo fix --- src/iso19111/factory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); } } -- cgit v1.2.3