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/geodesic.h | |
| 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/geodesic.h')
| -rw-r--r-- | src/geodesic.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/geodesic.h b/src/geodesic.h index c3f28c79..ff10c906 100644 --- a/src/geodesic.h +++ b/src/geodesic.h @@ -448,7 +448,7 @@ extern "C" { * * This function sets point 3 of the geod_geodesicline to correspond to point * 2 of the direct geodesic problem. See geod_lineinit() for more - * informaion. + * information. **********************************************************************/ void geod_directline(struct geod_geodesicline* l, const struct geod_geodesic* g, @@ -478,7 +478,7 @@ extern "C" { * * This function sets point 3 of the geod_geodesicline to correspond to point * 2 of the direct geodesic problem. See geod_lineinit() for more - * informaion. + * information. **********************************************************************/ void geod_gendirectline(struct geod_geodesicline* l, const struct geod_geodesic* g, @@ -504,7 +504,7 @@ extern "C" { * * This function sets point 3 of the geod_geodesicline to correspond to point * 2 of the inverse geodesic problem. See geod_lineinit() for more - * informaion. + * information. **********************************************************************/ void geod_inverseline(struct geod_geodesicline* l, const struct geod_geodesic* g, |
