diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2016-12-12 16:33:43 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2016-12-12 16:33:43 +0100 |
| commit | ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (patch) | |
| tree | 0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /src/PJ_isea.c | |
| parent | e47afa43860e4350dce13689108096ab33c56d12 (diff) | |
| download | PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.tar.gz PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.zip | |
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'src/PJ_isea.c')
| -rw-r--r-- | src/PJ_isea.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/PJ_isea.c b/src/PJ_isea.c index 34a2aac8..ab9a5a8c 100644 --- a/src/PJ_isea.c +++ b/src/PJ_isea.c @@ -485,15 +485,15 @@ isea_snyder_forward(struct isea_geo * ll, struct isea_pt * out) exit(EXIT_FAILURE); /* not reached */ - return 0; /* supresses a warning */ + return 0; /* suppresses a warning */ } /* - * return the new coordinates of any point in orginal coordinate system. - * Define a point (newNPold) in orginal coordinate system as the North Pole in + * return the new coordinates of any point in original coordinate system. + * Define a point (newNPold) in original coordinate system as the North Pole in * new coordinate system, and the great circle connect the original and new * North Pole as the lon0 longitude in new coordinate system, given any point - * in orginal coordinate system, this function return the new coordinates. + * in original coordinate system, this function return the new coordinates. */ #define PRECISION 0.0000000000005 |
