From 7ddd7937085524bcfb09ae7eb2a2865e9de6b987 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 11 Mar 2018 15:40:53 +0100 Subject: Various typo fixes --- src/gie.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gie.c') diff --git a/src/gie.c b/src/gie.c index 19c0b0da..1079c7fb 100644 --- a/src/gie.c +++ b/src/gie.c @@ -1931,7 +1931,7 @@ static int pj_cart_selftest (void) { if (proj_angular_output (P, PJ_INV)) return 123; /* We specified "no_defs" but didn't give any ellipsoid info */ - /* pj_init_ctx should defualt to WGS84 */ + /* pj_init_ctx should default to WGS84 */ if (P->a != 6378137.0) return 124; if (P->f != 1.0/298.257223563) return 125; proj_destroy(P); -- cgit v1.2.3