aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-09-04 14:10:28 +0200
committerEven Rouault <even.rouault@spatialys.com>2019-09-04 14:10:28 +0200
commitfaf7ec2d7f5d489bfd187f1a3408f0f09f94282f (patch)
tree6f50ae54ac5a7bdfbd05faf36780a3fe2a5ef056
parentb52285e9155228fb46fe9e792d21e600daa4c132 (diff)
downloadPROJ-faf7ec2d7f5d489bfd187f1a3408f0f09f94282f.tar.gz
PROJ-faf7ec2d7f5d489bfd187f1a3408f0f09f94282f.zip
proj_experimental.h: fix wrong comment forPJ_ELLIPSOIDAL_CS_2D_TYPE enum
-rw-r--r--src/proj_experimental.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proj_experimental.h b/src/proj_experimental.h
index 27547d17..0e97ac9f 100644
--- a/src/proj_experimental.h
+++ b/src/proj_experimental.h
@@ -116,7 +116,7 @@ PJ PROJ_DLL *proj_create_cartesian_2D_cs(PJ_CONTEXT *ctx,
double unit_conv_factor);
-/** Type of Cartesian 2D coordinate system. */
+/** Type of Ellipsoidal 2D coordinate system. */
typedef enum
{
/* Longitude-Latitude */