diff options
| -rw-r--r-- | src/PJ_eqc.c | 2 | ||||
| -rw-r--r-- | src/pj_list.h | 2 | ||||
| -rw-r--r-- | test/gie/builtins.gie | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/PJ_eqc.c b/src/PJ_eqc.c index 86845aa3..07d6141c 100644 --- a/src/PJ_eqc.c +++ b/src/PJ_eqc.c @@ -10,7 +10,7 @@ struct pj_opaque { double rc; }; -PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Caree)") +PROJ_HEAD(eqc, "Equidistant Cylindrical (Plate Carree)") "\n\tCyl, Sph\n\tlat_ts=[, lat_0=0]"; 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" ) diff --git a/test/gie/builtins.gie b/test/gie/builtins.gie index b5dc3ab1..1ee968f4 100644 --- a/test/gie/builtins.gie +++ b/test/gie/builtins.gie @@ -1174,7 +1174,7 @@ expect -0.002029979 -0.000789630 =============================================================================== -Equidistant Cylindrical (Plate Caree) +Equidistant Cylindrical (Plate Carree) Cyl, Sph lat_ts=[, lat_0=0] =============================================================================== |
