From 5142bfbf72f859832df3da691dc3e7488839b53c Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Tue, 21 Apr 2020 20:47:05 +0200 Subject: Typo fixes in code comments [ci skip] --- test/unit/test_c_api.cpp | 2 +- test/unit/test_io.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'test') 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(obj); ASSERT_TRUE(crs != nullptr); -- cgit v1.2.3