aboutsummaryrefslogtreecommitdiff
path: root/src/geodesic.c
diff options
context:
space:
mode:
authorCharles Karney <charles.karney@sri.com>2019-09-17 11:19:23 -0400
committerCharles Karney <charles.karney@sri.com>2019-09-17 11:19:23 -0400
commitb154e42c917288124ef64c458b91a0efabd4e568 (patch)
tree7377b486fb5cf0cd0d7e139dd9512ce71f00b840 /src/geodesic.c
parent5fe21c3e2b88e8248c79311401db03124e88bc52 (diff)
downloadPROJ-b154e42c917288124ef64c458b91a0efabd4e568.tar.gz
PROJ-b154e42c917288124ef64c458b91a0efabd4e568.zip
Fix typo in geodesic.c
Diffstat (limited to 'src/geodesic.c')
-rw-r--r--src/geodesic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geodesic.c b/src/geodesic.c
index 887edb42..5183311e 100644
--- a/src/geodesic.c
+++ b/src/geodesic.c
@@ -35,7 +35,7 @@
#endif
#include "geodesic.h"
-#if PROJ_COMPILAION
+#if PROJ_COMPILATION
#include "proj_math.h"
#else
#include <math.h>