From a3f5d6dff3587d3a1225c607359c241107232470 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 11 Mar 2018 15:38:30 +0100 Subject: typo fix: Rename PJD_ERR_UNKNOW_UNIT_ID as PJD_ERR_UNKNOWN_UNIT_ID Original mispelled constant kept for backward compatibility. --- src/projects.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/projects.h') diff --git a/src/projects.h b/src/projects.h index 25ff82a4..5c8d1301 100644 --- a/src/projects.h +++ b/src/projects.h @@ -535,7 +535,8 @@ enum deprecated_constants_for_now_dropped_analytical_factors { #define PJD_ERR_PROJ_NOT_NAMED -4 #define PJD_ERR_UNKNOWN_PROJECTION_ID -5 #define PJD_ERR_ECCENTRICITY_IS_ONE -6 -#define PJD_ERR_UNKNOW_UNIT_ID -7 +#define PJD_ERR_UNKNOW_UNIT_ID -7 /* deprecated: typo */ +#define PJD_ERR_UNKNOWN_UNIT_ID -7 #define PJD_ERR_INVALID_BOOLEAN_PARAM -8 #define PJD_ERR_UNKNOWN_ELLP_PARAM -9 #define PJD_ERR_REV_FLATTENING_IS_ZERO -10 -- cgit v1.2.3