diff options
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, |
