aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-04-21 20:47:05 +0200
committerEven Rouault <even.rouault@spatialys.com>2020-04-21 20:47:05 +0200
commit5142bfbf72f859832df3da691dc3e7488839b53c (patch)
tree5de71c5e5ec58f7b9e95f638f5a493975ec11ff8 /test
parente493a5c17b2ebebb687b1758c0a10c418ffd49d3 (diff)
downloadPROJ-5142bfbf72f859832df3da691dc3e7488839b53c.tar.gz
PROJ-5142bfbf72f859832df3da691dc3e7488839b53c.zip
Typo fixes in code comments [ci skip]
Diffstat (limited to 'test')
-rw-r--r--test/unit/test_c_api.cpp2
-rw-r--r--test/unit/test_io.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp
index 9e477ef3..e56fb39c 100644
--- a/test/unit/test_c_api.cpp
+++ b/test/unit/test_c_api.cpp
@@ -1630,7 +1630,7 @@ TEST_F(CApi, proj_create_operations_allow_ballpark_transformations) {
EXPECT_EQ(proj_list_get_count(res), 1);
}
- // Allow explictly
+ // Allow explicitly
{
proj_operation_factory_context_set_allow_ballpark_transformations(
m_ctxt, ctxt, true);
diff --git a/test/unit/test_io.cpp b/test/unit/test_io.cpp
index da26aa2d..54827046 100644
--- a/test/unit/test_io.cpp
+++ b/test/unit/test_io.cpp
@@ -9746,7 +9746,7 @@ TEST(io, createFromUserInput) {
}
{
- // Aproximate match on each piece of the compound CRS
+ // Approximate match on each piece of the compound CRS
auto obj = createFromUserInput("WGS84 + EGM96", dbContext);
auto crs = nn_dynamic_pointer_cast<CompoundCRS>(obj);
ASSERT_TRUE(crs != nullptr);