aboutsummaryrefslogtreecommitdiff
path: root/src/projections
diff options
context:
space:
mode:
Diffstat (limited to 'src/projections')
-rw-r--r--src/projections/healpix.cpp2
-rw-r--r--src/projections/times.cpp2
2 files changed, 2 insertions, 2 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;
diff --git a/src/projections/times.cpp b/src/projections/times.cpp
index 21c6c19a..2cdf0602 100644
--- a/src/projections/times.cpp
+++ b/src/projections/times.cpp
@@ -24,7 +24,7 @@
* FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
* DEALINGS IN THE SOFTWARE.
*****************************************************************************
- * Based on describtion of the Times Projection in
+ * Based on description of the Times Projection in
*
* Flattening the Earth, Snyder, J.P., 1993, p.213-214.
*****************************************************************************/