aboutsummaryrefslogtreecommitdiff
path: root/docs/source/geodesic.rst
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2016-12-12 16:33:43 +0100
committerEven Rouault <even.rouault@spatialys.com>2016-12-12 16:33:43 +0100
commitab7e98b026b327e8b61510ba4e79b5ae42b5e5f2 (patch)
tree0398d826eb4fd29a43d3360ba2e8b75b6f7e943d /docs/source/geodesic.rst
parente47afa43860e4350dce13689108096ab33c56d12 (diff)
downloadPROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.tar.gz
PROJ-ab7e98b026b327e8b61510ba4e79b5ae42b5e5f2.zip
Add a scripts/fix_typos.sh script and correct reported errors
Diffstat (limited to 'docs/source/geodesic.rst')
-rw-r--r--docs/source/geodesic.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/geodesic.rst b/docs/source/geodesic.rst
index e2665ab7..0f31802d 100644
--- a/docs/source/geodesic.rst
+++ b/docs/source/geodesic.rst
@@ -101,7 +101,7 @@ Thaddeus Vincenty's method, April 1975
For a very good procedure to calculate inter point distances see:
-http://www.ngs.noaa.gov/PC_PROD/Inv_Fwd/ (Fortan code, DOS executables, and an online app)
+http://www.ngs.noaa.gov/PC_PROD/Inv_Fwd/ (Fortran code, DOS executables, and an online app)
and algorithm details published in: `Vincenty, T. (1975) <http://www.ngs.noaa.gov/PUBS_LIB/inverse.pdf>`__
@@ -142,7 +142,7 @@ PROJ.4 - geod program
The PROJ.4 [wiki:man_geod geod] program can be used for great circle distances
-on an ellipsoid. As of proj verion 4.9.0, this uses a translation of
+on an ellipsoid. As of proj version 4.9.0, this uses a translation of
GeographicLib::Geodesic (see below) into C. The underlying geodesic
calculation API is exposed as part of the PROJ.4 library (via the geodesic.h
header). Prior to version 4.9.0, the algorithm documented here was used: