diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-02-20 20:42:26 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-02-20 20:42:26 +0100 |
| commit | 69ef7449f5f26453a8b6cab1ba02cb870055615f (patch) | |
| tree | d48fa1c9159673e0f40231557db4f688b9acccab /test/unit/test_c_api.cpp | |
| parent | 94578ea8ff38f4bc6b1f6f52b80ecf7359f5dfc2 (diff) | |
| download | PROJ-69ef7449f5f26453a8b6cab1ba02cb870055615f.tar.gz PROJ-69ef7449f5f26453a8b6cab1ba02cb870055615f.zip | |
typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/
Diffstat (limited to 'test/unit/test_c_api.cpp')
| -rw-r--r-- | test/unit/test_c_api.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/unit/test_c_api.cpp b/test/unit/test_c_api.cpp index 7682c072..486ab0c7 100644 --- a/test/unit/test_c_api.cpp +++ b/test/unit/test_c_api.cpp @@ -1302,13 +1302,13 @@ TEST_F(CApi, proj_coordoperation_get_grid_used) { // --------------------------------------------------------------------------- -TEST_F(CApi, proj_coordoperation_is_instanciable) { +TEST_F(CApi, proj_coordoperation_is_instantiable) { auto op = proj_create_from_database(m_ctxt, "EPSG", "1671", PJ_CATEGORY_COORDINATE_OPERATION, true, nullptr); ASSERT_NE(op, nullptr); ObjectKeeper keeper(op); - EXPECT_EQ(proj_coordoperation_is_instanciable(m_ctxt, op), 1); + EXPECT_EQ(proj_coordoperation_is_instantiable(m_ctxt, op), 1); } // --------------------------------------------------------------------------- |
