From 22654ce7c0acaab875c9427592a42093ac75e8cd Mon Sep 17 00:00:00 2001 From: Mike Taves Date: Thu, 6 May 2021 10:37:06 +1200 Subject: DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2707) --- test/postinstall/test_pkg-config.sh | 2 +- test/unit/test_io.cpp | 6 +++--- test/unit/test_operationfactory.cpp | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'test') diff --git a/test/postinstall/test_pkg-config.sh b/test/postinstall/test_pkg-config.sh index f9ae36c2..83b09582 100755 --- a/test/postinstall/test_pkg-config.sh +++ b/test/postinstall/test_pkg-config.sh @@ -11,7 +11,7 @@ echo "Running post-install tests with pkg-config" prefix=$1 if [ -z "$prefix" ]; then - echo "First positional argument to the the installed prefix is required" + echo "First positional argument to the installed prefix is required" exit 1 fi diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp index 2d035e43..36ec9c75 100644 --- a/test/unit/test_io.cpp +++ b/test/unit/test_io.cpp @@ -10504,7 +10504,7 @@ TEST(io, createFromUserInput) { ParsingException); { - // Completely non-sensical from a geodesic point of view... + // Completely nonsensical from a geodesic point of view... auto obj = createFromUserInput("urn:ogc:def:crs,crs:EPSG::4978," "cs:EPSG::6500," "coordinateOperation:EPSG::16031", @@ -10516,7 +10516,7 @@ TEST(io, createFromUserInput) { EXPECT_EQ(crs->derivingConversion()->getEPSGCode(), 16031); } { - // Completely non-sensical from a geodesic point of view... + // Completely nonsensical from a geodesic point of view... auto obj = createFromUserInput("urn:ogc:def:crs,crs:EPSG::4979," "cs:EPSG::6423," "coordinateOperation:EPSG::16031", @@ -10528,7 +10528,7 @@ TEST(io, createFromUserInput) { EXPECT_EQ(crs->derivingConversion()->getEPSGCode(), 16031); } { - // Completely non-sensical from a geodesic point of view... + // Completely nonsensical from a geodesic point of view... auto obj = createFromUserInput("urn:ogc:def:crs,crs:EPSG::32631," "cs:EPSG::4400," "coordinateOperation:EPSG::16031", diff --git a/test/unit/test_operationfactory.cpp b/test/unit/test_operationfactory.cpp index 20ef4ba8..d8723434 100644 --- a/test/unit/test_operationfactory.cpp +++ b/test/unit/test_operationfactory.cpp @@ -2990,7 +2990,7 @@ TEST(operation, transformation_VERTCON_to_PROJ_string) { PropertyMap(), VerticalReferenceFrame::create(PropertyMap()), VerticalCS::createGravityRelatedHeight(UnitOfMeasure::METRE)); - // Use of this type of transformation is a bit of non-sense here + // Use of this type of transformation is a bit of nonsense here // since it should normally be used with NGVD29 and NAVD88 for VerticalCRS, // and NAD27/NAD83 as horizontal CRS... auto vtransformation = Transformation::createVERTCON( @@ -3770,7 +3770,7 @@ TEST(operation, compoundCRS_to_compoundCRS_with_vertical_transform) { PropertyMap(), VerticalReferenceFrame::create(PropertyMap()), VerticalCS::createGravityRelatedHeight(UnitOfMeasure::METRE)); - // Use of this type of transformation is a bit of non-sense here + // Use of this type of transformation is a bit of nonsense here // since it should normally be used with NGVD29 and NAVD88 for VerticalCRS, // and NAD27/NAD83 as horizontal CRS... auto vtransformation = Transformation::createVERTCON( -- cgit v1.2.3