diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2021-03-07 20:29:06 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2021-03-07 20:31:43 +0100 |
| commit | d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7 (patch) | |
| tree | c4dccaa34df9e76d40f510f6519563cbd5212d1a /src/iso19111/c_api.cpp | |
| parent | 36a5a178cbd8c338a294ed5528462e65faf20a3d (diff) | |
| download | PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.tar.gz PROJ-d7a2bdefb8d47e8ca18c8cbceb1a07290cb46ff7.zip | |
typo fixes
Diffstat (limited to 'src/iso19111/c_api.cpp')
| -rw-r--r-- | src/iso19111/c_api.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp index 0d386e6b..0ea74394 100644 --- a/src/iso19111/c_api.cpp +++ b/src/iso19111/c_api.cpp @@ -2589,7 +2589,7 @@ void proj_get_crs_list_parameters_destroy(PROJ_CRS_LIST_PARAMETERS *params) { * The returned object is an array of PROJ_CRS_INFO* pointers, whose last * entry is NULL. This array should be freed with proj_crs_info_list_destroy() * - * When no filter parameters are set, this is functionnaly equivalent to + * When no filter parameters are set, this is functionally equivalent to * proj_get_codes_from_database(), instantiating a PJ* object for each * of the codes with proj_create_from_database() and retrieving information * with the various getters. However this function will be much faster. @@ -7593,7 +7593,7 @@ void proj_operation_factory_context_set_crs_extent_use( * * @param ctx PROJ context, or NULL for default context * @param factory_ctx Operation factory context. must not be NULL - * @param criterion patial criterion to use + * @param criterion spatial criterion to use */ void PROJ_DLL proj_operation_factory_context_set_spatial_criterion( PJ_CONTEXT *ctx, PJ_OPERATION_FACTORY_CONTEXT *factory_ctx, |
