aboutsummaryrefslogtreecommitdiff
path: root/src/pj_list.h
diff options
context:
space:
mode:
authorPhilippe Rivière <fil@rezo.net>2018-09-22 21:51:51 +0200
committerKristian Evers <kristianevers@gmail.com>2018-09-22 21:51:51 +0200
commita3e88d098bd511ff915ff667be7adbd7ca94938c (patch)
tree4bf1651e5672c473148c8ccf9ab0c3e692feded1 /src/pj_list.h
parentcf0e6926b21019c835e4f0f11f1a4f11e5fd8fdc (diff)
downloadPROJ-a3e88d098bd511ff915ff667be7adbd7ca94938c.tar.gz
PROJ-a3e88d098bd511ff915ff667be7adbd7ca94938c.zip
Fix typo in Plate Carree projection name (#1132)
Diffstat (limited to 'src/pj_list.h')
-rw-r--r--src/pj_list.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_list.h b/src/pj_list.h
index 0a8d9d1b..dfcfe30a 100644
--- a/src/pj_list.h
+++ b/src/pj_list.h
@@ -36,7 +36,7 @@ PROJ_HEAD(eck4, "Eckert IV")
PROJ_HEAD(eck5, "Eckert V")
PROJ_HEAD(eck6, "Eckert VI")
PROJ_HEAD(eqearth, "Equal Earth")
-PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Caree)")
+PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Carree)")
PROJ_HEAD(eqdc, "Equidistant Conic")
PROJ_HEAD(euler, "Euler")
PROJ_HEAD(etmerc, "Extended Transverse Mercator" )