aboutsummaryrefslogtreecommitdiff
path: root/src/projections
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-07 20:29:06 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-07 20:31:43 +0100
commitd7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 (patch)
treec4dccaa34df9e76d40f510f6519563cbd5212d1a /src/projections
parent36a5a178cbd8c338a294ed5528462e65faf20a3d (diff)
downloadPROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.tar.gz
PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.zip
typo fixes
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.
*****************************************************************************/