1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
Description: Fix spelling errors.
* retured -> returned
Author: Bas Couwenberg <sebastic@debian.org>
Forwarded: https://github.com/geographiclib/geographiclib/pull/47
--- a/man/Geod3Solve.1
+++ b/man/Geod3Solve.1
@@ -138,7 +138,7 @@ that latitude and longitude have their c
.IX Item "-u"
unroll the latitude and longitude. Normally, on output latitudes and
longitudes are reduced to lie in [\-90deg,90deg] and [\-180deg,180deg)
-respectively. However with this option, the retured longitude
+respectively. However with this option, the returned longitude
\&\fIbet2\fR and \fIomg2\fR are "unrolled" so that \fIbet2\fR \- \fIbet1\fR and
\&\fIomg2\fR \- \fIomg1\fR indicates how often and in what sense the geodesic
has encircled the ellipsoid.
--- a/man/Geod3Solve.1.html
+++ b/man/Geod3Solve.1.html
@@ -75,7 +75,7 @@
<dt id="u"><b>-u</b></dt>
<dd>
-<p>unroll the latitude and longitude. Normally, on output latitudes and longitudes are reduced to lie in [-90deg,90deg] and [-180deg,180deg) respectively. However with this option, the retured longitude <i>bet2</i> and <i>omg2</i> are "unrolled" so that <i>bet2</i> - <i>bet1</i> and <i>omg2</i> - <i>omg1</i> indicates how often and in what sense the geodesic has encircled the ellipsoid.</p>
+<p>unroll the latitude and longitude. Normally, on output latitudes and longitudes are reduced to lie in [-90deg,90deg] and [-180deg,180deg) respectively. However with this option, the returned longitude <i>bet2</i> and <i>omg2</i> are "unrolled" so that <i>bet2</i> - <i>bet1</i> and <i>omg2</i> - <i>omg1</i> indicates how often and in what sense the geodesic has encircled the ellipsoid.</p>
</dd>
<dt id="d"><b>-d</b></dt>
--- a/man/Geod3Solve.usage
+++ b/man/Geod3Solve.usage
@@ -77,7 +77,7 @@ int usage(int retval, bool brief) {
" -u unroll the latitude and longitude. Normally, on output latitudes\n"
" and longitudes are reduced to lie in [-90deg,90deg] and\n"
" [-180deg,180deg) respectively. However with this option, the\n"
-" retured longitude bet2 and omg2 are \"unrolled\" so that bet2 - bet1\n"
+" returned longitude bet2 and omg2 are \"unrolled\" so that bet2 - bet1\n"
" and omg2 - omg1 indicates how often and in what sense the geodesic\n"
" has encircled the ellipsoid.\n"
"\n"
|