aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-03-07 20:29:06 +0100
committerEven Rouault <even.rouault@spatialys.com>2021-03-07 20:31:43 +0100
commitd7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 (patch)
treec4dccaa34df9e76d40f510f6519563cbd5212d1a /test
parent36a5a178cbd8c338a294ed5528462e65faf20a3d (diff)
downloadPROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.tar.gz
PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.zip
typo fixes
Diffstat (limited to 'test')
-rwxr-xr-xtest/cli/testIGNF2
-rw-r--r--test/gie/4D-API_cs2cs-style.gie2
-rw-r--r--test/unit/test_io.cpp4
-rw-r--r--test/unit/test_operationfactory.cpp2
4 files changed, 5 insertions, 5 deletions
diff --git a/test/cli/testIGNF b/test/cli/testIGNF
index aa8c3354..75ac2840 100755
--- a/test/cli/testIGNF
+++ b/test/cli/testIGNF
@@ -1,6 +1,6 @@
:
# Script to test some points in IGNF managed SRS.
-# The expected coordinates have been calculed by
+# The expected coordinates have been calculated by
# other means.
# Real points locations are found in proj_outIGNF.dist-real
# while distribution results are found in proj_outIGNF.dist
diff --git a/test/gie/4D-API_cs2cs-style.gie b/test/gie/4D-API_cs2cs-style.gie
index b4ceb4f6..123bf638 100644
--- a/test/gie/4D-API_cs2cs-style.gie
+++ b/test/gie/4D-API_cs2cs-style.gie
@@ -357,7 +357,7 @@ expect 896633.0226 6000000 0 2020
# Datum shift in cartesian space but keeping the height
# (simulates a datum-shift with affin since ISO19111 code
-# currrently obfuscates proj-strings using cart/helmert/invcart)
+# currently obfuscates proj-strings using cart/helmert/invcart)
operation +proj=pipeline +ellps=GRS80 \
+step +proj=push +v_3 \
+step +proj=cart \
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp
index f97e6618..488d9b4b 100644
--- a/test/unit/test_io.cpp
+++ b/test/unit/test_io.cpp
@@ -1760,7 +1760,7 @@ TEST(wkt_parse, wkt2_projected) {
" ID[\"EPSG\",9122]],\n"
" ID[\"EPSG\",8801]],\n"
" PARAMETER[\"Longitude of natural origin\",3,\n"
- // Volontary omit LENGTHUNIT to check the WKT grammar accepts
+ // Voluntary omit LENGTHUNIT to check the WKT grammar accepts
// Check that we default to degree
//" ANGLEUNIT[\"degree\",0.0174532925199433,\n"
//" ID[\"EPSG\",9122]],\n"
@@ -1771,7 +1771,7 @@ TEST(wkt_parse, wkt2_projected) {
//" ID[\"EPSG\",9201]],\n"
" ID[\"EPSG\",8805]],\n"
" PARAMETER[\"False easting\",500000,\n"
- // Volontary omit LENGTHUNIT to check the WKT grammar accepts
+ // Voluntary omit LENGTHUNIT to check the WKT grammar accepts
// Check that we default to metre
//" LENGTHUNIT[\"metre\",1,\n"
//" ID[\"EPSG\",9001]],\n"
diff --git a/test/unit/test_operationfactory.cpp b/test/unit/test_operationfactory.cpp
index 8cc4fa40..0bc88382 100644
--- a/test/unit/test_operationfactory.cpp
+++ b/test/unit/test_operationfactory.cpp
@@ -6213,7 +6213,7 @@ TEST(operation, compoundCRS_to_PROJJSON_with_non_metre_height) {
// The untypical potentially a bit buggy thing (and what caused a bug)
// is the US-ft unit for the vertical axis of the base CRS ...
- // When outputing that to WKT, and
+ // When outputting that to WKT, and
// re-exporting to PROJJSON, one gets metre, which conforms more to the
// official definition of NAD83(2011) 3D.
// The vertical unit of the base CRS shouldn't matter much anyway, so this