From 16183da6c10c33d24fdb248f63967e4080b5ccab Mon Sep 17 00:00:00 2001 From: Even Rouault Date: Sat, 10 Apr 2021 20:16:06 +0200 Subject: fix typo in comment --- src/iso19111/c_api.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. -- cgit v1.2.3