diff options
Diffstat (limited to 'test/unit')
| -rw-r--r-- | test/unit/test_io.cpp | 4 | ||||
| -rw-r--r-- | test/unit/test_operationfactory.cpp | 2 |
2 files changed, 3 insertions, 3 deletions
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 |
