From d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sun, 7 Mar 2021 20:29:06 +0100 Subject: typo fixes --- src/projections/healpix.cpp | 2 +- src/projections/times.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/projections') 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. *****************************************************************************/ -- cgit v1.2.3