aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-23 10:34:38 +0100
committerGitHub <noreply@github.com>2018-02-23 10:34:38 +0100
commit67d49b8c3c049aa5cbdb77c3213483d12ebf9d3e (patch)
treea486222ff67af5e9691598eeb1b4aab19f080e3e /src
parent3fcaf7dd2f5334908536126429bc6a4f26261bde (diff)
parent7e2b86e5d1598944626152c89fda0d1d9d5c1b0c (diff)
downloadPROJ-67d49b8c3c049aa5cbdb77c3213483d12ebf9d3e.tar.gz
PROJ-67d49b8c3c049aa5cbdb77c3213483d12ebf9d3e.zip
Merge pull request #815 from mwtoews/typos
Tidy a few typos
Diffstat (limited to 'src')
-rw-r--r--src/PJ_calcofi.c2
-rw-r--r--src/cct.c4
-rw-r--r--src/pj_mlfn.c2
3 files changed, 4 insertions, 4 deletions
diff --git a/src/PJ_calcofi.c b/src/PJ_calcofi.c
index 5c0b64ab..955e82c2 100644
--- a/src/PJ_calcofi.c
+++ b/src/PJ_calcofi.c
@@ -13,7 +13,7 @@ PROJ_HEAD(calcofi,
/* Conversions for the California Cooperative Oceanic Fisheries Investigations
Line/Station coordinate system following the algorithm of:
-Eber, L.E., and R.P. Hewitt. 1979. Conversion algorithms for the CALCOFI
+Eber, L.E., and R.P. Hewitt. 1979. Conversion algorithms for the CalCOFI
station grid. California Cooperative Oceanic Fisheries Investigations Reports
20:135-137. (corrected for typographical errors).
http://www.calcofi.org/publications/calcofireports/v20/Vol_20_Eber___Hewitt.pdf
diff --git a/src/cct.c b/src/cct.c
index dc68122d..25e97af9 100644
--- a/src/cct.c
+++ b/src/cct.c
@@ -24,7 +24,7 @@ professor of Geodesy at the University of Copenhagen, mentor and advisor
for a generation of Danish geodesists, colleague and collaborator for
two generations of global geodesists, Secretary General for the
International Association of Geodesy, IAG (1995--2007), fellow of the
-Amercan Geophysical Union (1991), recipient of the IAG Levallois Medal
+American Geophysical Union (1991), recipient of the IAG Levallois Medal
(2007), the European Geosciences Union Vening Meinesz Medal (2008), and
of numerous other honours.
@@ -34,7 +34,7 @@ the development of geodesy - both through his scientific contributions,
comprising more than 250 publications, and by his mentoring and teaching
of the next generations of geodesists.
-As Christian was an avid Fortran programmer, and a keen Unix connoiseur,
+As Christian was an avid Fortran programmer, and a keen Unix connoisseur,
he would have enjoyed to know that his initials would be used to name a
modest Unix style transformation filter, hinting at the tireless aspect
of his personality, which was certainly one of the reasons he accomplished
diff --git a/src/pj_mlfn.c b/src/pj_mlfn.c
index e00f2bf1..84282d2b 100644
--- a/src/pj_mlfn.c
+++ b/src/pj_mlfn.c
@@ -1,5 +1,5 @@
#include <projects.h>
-/* meridinal distance for ellipsoid and inverse
+/* meridional distance for ellipsoid and inverse
** 8th degree - accurate to < 1e-5 meters when used in conjunction
** with typical major axis values.
** Inverse determines phi to EPS (1e-11) radians, about 1e-6 seconds.