diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2020-04-21 20:47:05 +0200 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2020-04-21 20:47:05 +0200 |
| commit | 5142bfbf72f859832df3da691dc3e7488839b53c (patch) | |
| tree | 5de71c5e5ec58f7b9e95f638f5a493975ec11ff8 /test/unit/test_c_api.cpp | |
| parent | e493a5c17b2ebebb687b1758c0a10c418ffd49d3 (diff) | |
| download | PROJ-5142bfbf72f859832df3da691dc3e7488839b53c.tar.gz PROJ-5142bfbf72f859832df3da691dc3e7488839b53c.zip | |
Typo fixes in code comments [ci skip]
Diffstat (limited to 'test/unit/test_c_api.cpp')
| -rw-r--r-- | test/unit/test_c_api.cpp | 2 |
1 files changed, 1 insertions, 1 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); |
