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/conversions/axisswap.cpp | 2 +- src/conversions/cart.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/conversions') diff --git a/src/conversions/axisswap.cpp b/src/conversions/axisswap.cpp index 682f74ef..9edc71f7 100644 --- a/src/conversions/axisswap.cpp +++ b/src/conversions/axisswap.cpp @@ -298,7 +298,7 @@ PJ *CONVERSION(axisswap,0) { } - /* Preparation and finalization steps are skipped, since the raison */ + /* Preparation and finalization steps are skipped, since the reason */ /* d'etre of axisswap is to bring input coordinates in line with the */ /* the internally expected order (ENU), such that handling of offsets */ /* etc. can be done correctly in a later step of a pipeline */ diff --git a/src/conversions/cart.cpp b/src/conversions/cart.cpp index 364bbb92..5175599a 100644 --- a/src/conversions/cart.cpp +++ b/src/conversions/cart.cpp @@ -98,7 +98,7 @@ PROJ_HEAD(cart, "Geodetic/cartesian conversions"); (WP2, below) These routines are probably not as robust at those in - geocent.c, at least thay haven't been through as heavy + geocent.c, at least they haven't been through as heavy use as their geocent sisters. Some care has been taken to avoid singularities, but extreme cases (e.g. setting es, the squared eccentricity, to 1), will cause havoc. -- cgit v1.2.3