aboutsummaryrefslogtreecommitdiff
path: root/src/projections/healpix.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/projections/healpix.cpp')
-rw-r--r--src/projections/healpix.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/projections/healpix.cpp b/src/projections/healpix.cpp
index 0340f7dd..6f34f9f0 100644
--- a/src/projections/healpix.cpp
+++ b/src/projections/healpix.cpp
@@ -124,7 +124,7 @@ static int pnpoly(int nvert, double vert[][2], double testx, double testy) {
double xinters;
PJ_XY p1, p2;
- /* Check for boundrary cases */
+ /* Check for boundary cases */
for (i = 0; i < nvert; i++) {
if (testx == vert[i][0] && testy == vert[i][1]) {
return 1;