diff options
| author | Kristian Evers <kristianevers@gmail.com> | 2018-03-11 19:18:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-03-11 19:18:52 +0100 |
| commit | ad32b8147fd5092fc5f439feabf644562ea533c0 (patch) | |
| tree | c040785a7aa66a1bf86e0ff2349a516b7b6029ab /src/gie.c | |
| parent | fe25bb7b9dce56302556b1980c59337e04147e6a (diff) | |
| parent | 7ddd7937085524bcfb09ae7eb2a2865e9de6b987 (diff) | |
| download | PROJ-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.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |
