aboutsummaryrefslogtreecommitdiff
path: root/test/unit/test_operationfactory.cpp
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-05-04 09:05:06 +1200
committerGitHub <noreply@github.com>2021-05-04 09:05:06 +1200
commitea3f53746c859c73c775bf11d17f8471d0fb59f2 (patch)
tree53e3ea1cf0a5f22786f0b7805bc638e41151500b /test/unit/test_operationfactory.cpp
parent371bc3c5e7472d4f2fdffad0b39e7c9d27abf234 (diff)
downloadPROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.tar.gz
PROJ-ea3f53746c859c73c775bf11d17f8471d0fb59f2.zip
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2705)
Diffstat (limited to 'test/unit/test_operationfactory.cpp')
-rw-r--r--test/unit/test_operationfactory.cpp4
1 files changed, 2 insertions, 2 deletions
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(