aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-03-11 19:18:52 +0100
committerGitHub <noreply@github.com>2018-03-11 19:18:52 +0100
commitad32b8147fd5092fc5f439feabf644562ea533c0 (patch)
treec040785a7aa66a1bf86e0ff2349a516b7b6029ab /src/projects.h
parentfe25bb7b9dce56302556b1980c59337e04147e6a (diff)
parent7ddd7937085524bcfb09ae7eb2a2865e9de6b987 (diff)
downloadPROJ-ad32b8147fd5092fc5f439feabf644562ea533c0.tar.gz
PROJ-ad32b8147fd5092fc5f439feabf644562ea533c0.zip
Merge pull request #853 from rouault/typo_fixes
Typo fixes
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h3
1 files changed, 2 insertions, 1 deletions
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