From 5142bfbf72f859832df3da691dc3e7488839b53c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 21 Apr 2020 20:47:05 +0200 Subject: Typo fixes in code comments [ci skip] --- src/projections/tmerc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/projections/tmerc.cpp') diff --git a/src/projections/tmerc.cpp b/src/projections/tmerc.cpp index ff4a8136..1e5fc1a8 100644 --- a/src/projections/tmerc.cpp +++ b/src/projections/tmerc.cpp @@ -609,7 +609,7 @@ static PJ_LP auto_e_inv (PJ_XY xy, PJ *P) { // For k = 1 and lon = 3 (from central meridian), // At lat = 0, we get x ~= 0.052, y = 0 // At lat = 90, we get x = 0, y ~= 1.57 - // And the shape of this x=f(y) frontier curve is very very rougly a + // And the shape of this x=f(y) frontier curve is very very roughly a // parabola. Hence: if( fabs(xy.x) > 0.053 - 0.022 * xy.y * xy.y ) return exact_e_inv(xy, P); -- cgit v1.2.3