aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
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);