From faf7ec2d7f5d489bfd187f1a3408f0f09f94282f Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Wed, 4 Sep 2019 14:10:28 +0200 Subject: [PATCH] proj_experimental.h: fix wrong comment forPJ_ELLIPSOIDAL_CS_2D_TYPE enum --- src/proj_experimental.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/proj_experimental.h b/src/proj_experimental.h index 27547d17cf..0e97ac9ff2 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 */