From c2c2e5d7f22f3c44c188200717236cf23547ac6f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Mon, 10 Dec 2018 23:55:00 +0100 Subject: C API: add extra output parameters to proj_coordoperation_get_param() --- src/coordinateoperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/coordinateoperation.cpp') diff --git a/src/coordinateoperation.cpp b/src/coordinateoperation.cpp index 3fa5ea9c..654692fb 100644 --- a/src/coordinateoperation.cpp +++ b/src/coordinateoperation.cpp @@ -2258,7 +2258,7 @@ createParams(const common::Measure &m1, const common::Measure &m2, *(https://proj4.org/operations/projections/utm.html) conversion. * * UTM is a family of conversions, of EPSG codes from 16001 to 16060 for the - * northern hemisphere, and 17001 t 17060 for the southern hemisphere, + * northern hemisphere, and 17001 to 17060 for the southern hemisphere, * based on the Transverse Mercator projection method. * * @param properties See \ref general_properties of the conversion. If the name -- cgit v1.2.3