aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/c_api.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/iso19111/c_api.cpp')
-rw-r--r--src/iso19111/c_api.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp
index 3476402f..10b65ac1 100644
--- a/src/iso19111/c_api.cpp
+++ b/src/iso19111/c_api.cpp
@@ -268,7 +268,7 @@ PJ_OBJ_LIST::~PJ_OBJ_LIST() = default;
// ---------------------------------------------------------------------------
/** \brief Set if the database must be closed after each C API call where it
- * has been openeded, and automatically re-openeded when needed.
+ * has been opened, and automatically re-opened when needed.
*
* The default value is FALSE, that is the database remains open until the
* context is destroyed.
@@ -7292,7 +7292,7 @@ int proj_coordoperation_get_param(
* difference terms might be zero if the transformation only includes
* translation
* parameters. In that case, value_count could be set to 3.
- * @param emit_error_if_incompatible Boolean to inicate if an error must be
+ * @param emit_error_if_incompatible Boolean to indicate if an error must be
* logged if coordoperation is not compatible with a WKT1 TOWGS84
* representation.
* @return TRUE in case of success, or FALSE if coordoperation is not
@@ -7765,7 +7765,7 @@ void proj_operation_factory_context_set_use_proj_alternative_grid_names(
* The current implementation is limited to researching one intermediate
* step.
*
- * By default, with the IF_NO_DIRECT_TRANSFORMATION stratgey, all potential
+ * By default, with the IF_NO_DIRECT_TRANSFORMATION strategy, all potential
* C candidates will be used if there is no direct transformation.
*
* @param ctx PROJ context, or NULL for default context