aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2021-04-10 20:16:06 +0200
committerEven Rouault <even.rouault@spatialys.com>2021-04-10 20:16:06 +0200
commit16183da6c10c33d24fdb248f63967e4080b5ccab (patch)
tree9c08ac721bdbb0e6b7dee0a9079bf8dc0bc8db50 /src
parent34ea13913717b20982778d5e5f13b4a5ee8288ab (diff)
downloadPROJ-16183da6c10c33d24fdb248f63967e4080b5ccab.tar.gz
PROJ-16183da6c10c33d24fdb248f63967e4080b5ccab.zip
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r--src/iso19111/c_api.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp
index 55cbb15f..d8714594 100644
--- a/src/iso19111/c_api.cpp
+++ b/src/iso19111/c_api.cpp
@@ -495,7 +495,7 @@ static const char *getOptionValue(const char *option,
* the use of context is compatible. In particular if you intend to use a
* clone in a different thread than the original object, you should pass a
* context that is different from the one of the original object (or later
- * assing a different context with proj_assign_context()).
+ * assign a different context with proj_assign_context()).
*
* The returned object must be unreferenced with proj_destroy() after use.
* It should be used by at most one thread at a time.