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 /src/proj.h | |
| parent | 94578ea8ff38f4bc6b1f6f52b80ecf7359f5dfc2 (diff) | |
| download | PROJ-69ef7449f5f26453a8b6cab1ba02cb870055615f.tar.gz PROJ-69ef7449f5f26453a8b6cab1ba02cb870055615f.zip | |
typo fixes: s/Explictly/Explicitly/ and s/instanciat/instantiat/
Diffstat (limited to 'src/proj.h')
| -rw-r--r-- | src/proj.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -999,7 +999,7 @@ int PROJ_DLL proj_coordoperation_get_method_info(PJ_CONTEXT *ctx, const char **out_method_auth_name, const char **out_method_code); -int PROJ_DLL proj_coordoperation_is_instanciable(PJ_CONTEXT *ctx, +int PROJ_DLL proj_coordoperation_is_instantiable(PJ_CONTEXT *ctx, const PJ *coordoperation); int PROJ_DLL proj_coordoperation_has_ballpark_transformation(PJ_CONTEXT *ctx, |
