aboutsummaryrefslogtreecommitdiff
path: root/src/projects.h
diff options
context:
space:
mode:
authorCharles Karney <ckarney@karney.com>2015-10-24 11:36:25 -0400
committerCharles Karney <ckarney@karney.com>2015-10-24 11:36:25 -0400
commitb0fb037ea22e2e9452feda502455ac6110c3e1e3 (patch)
tree9894bb2f23bb430641bf954976c4dbdf911e3a72 /src/projects.h
parentf4b687baa69f7f76b0fc9ce5970890285090db9e (diff)
downloadPROJ-b0fb037ea22e2e9452feda502455ac6110c3e1e3.tar.gz
PROJ-b0fb037ea22e2e9452feda502455ac6110c3e1e3.zip
Switch utm to use etmerc to address issue #316.
Add a test to check this. Output of an existing test changed in 7th decimal place.
Diffstat (limited to 'src/projects.h')
-rw-r--r--src/projects.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projects.h b/src/projects.h
index fe6a44c6..43287849 100644
--- a/src/projects.h
+++ b/src/projects.h
@@ -316,7 +316,7 @@ extern struct PJ_PRIME_MERIDIANS pj_prime_meridians[];
#endif
#ifdef PJ_LIB__
- /* repeatative projection code */
+ /* repetitive projection code */
#define PROJ_HEAD(id, name) static const char des_##id [] = name
#define ENTRYA(name) \
C_NAMESPACE_VAR const char * const pj_s_##name = des_##name; \