aboutsummaryrefslogtreecommitdiff
path: root/test/unit
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit')
-rw-r--r--test/unit/test_io.cpp6
-rw-r--r--test/unit/test_operationfactory.cpp4
2 files changed, 5 insertions, 5 deletions
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp
index 7775416f..95b9a4c3 100644
--- a/test/unit/test_io.cpp
+++ b/test/unit/test_io.cpp
@@ -10550,7 +10550,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",
@@ -10562,7 +10562,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",
@@ -10574,7 +10574,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 8ef59eb0..543db9ed 100644
--- a/test/unit/test_operationfactory.cpp
+++ b/test/unit/test_operationfactory.cpp
@@ -3037,7 +3037,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(
@@ -3817,7 +3817,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(