aboutsummaryrefslogtreecommitdiff
path: root/src/gie.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-03-11 19:18:52 +0100
committerGitHub <noreply@github.com>2018-03-11 19:18:52 +0100
commitad32b8147fd5092fc5f439feabf644562ea533c0 (patch)
treec040785a7aa66a1bf86e0ff2349a516b7b6029ab /src/gie.c
parentfe25bb7b9dce56302556b1980c59337e04147e6a (diff)
parent7ddd7937085524bcfb09ae7eb2a2865e9de6b987 (diff)
downloadPROJ-ad32b8147fd5092fc5f439feabf644562ea533c0.tar.gz
PROJ-ad32b8147fd5092fc5f439feabf644562ea533c0.zip
Merge pull request #853 from rouault/typo_fixes
Typo fixes
Diffstat (limited to 'src/gie.c')
-rw-r--r--src/gie.c2
1 files changed, 1 insertions, 1 deletions
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);