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 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/unit/test_c_api.cpp') 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); -- cgit v1.2.3