aboutsummaryrefslogtreecommitdiff
path: root/src/iso19111/c_api.cpp
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2020-05-14 00:25:42 +0200
committerGitHub <noreply@github.com>2020-05-14 00:25:42 +0200
commit0c9cf39297a24d5e56aa488820a5ba3edaace90e (patch)
treef277183066a322b4ebf09c8d0192f569b1b8d108 /src/iso19111/c_api.cpp
parent475e7fd9f11af184e7e1e1618b3e1bb110a79714 (diff)
parent4e9d559d6c1cdb2ea9ace5894088b26332ad9a42 (diff)
downloadPROJ-0c9cf39297a24d5e56aa488820a5ba3edaace90e.tar.gz
PROJ-0c9cf39297a24d5e56aa488820a5ba3edaace90e.zip
Merge pull request #2215 from rouault/fix_2214
ProjectedCRS::identify(): fix identification of EPSG:3059 (fixes #2214)
Diffstat (limited to 'src/iso19111/c_api.cpp')
-rw-r--r--src/iso19111/c_api.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/iso19111/c_api.cpp b/src/iso19111/c_api.cpp
index 200ac454..340d9fb9 100644
--- a/src/iso19111/c_api.cpp
+++ b/src/iso19111/c_api.cpp
@@ -2236,8 +2236,8 @@ PJ *proj_get_target_crs(PJ_CONTEXT *ctx, const PJ *obj) {
* </li>
* <li>90% means that CRS are equivalent, but the names are not exactly the
* same.</li>
- * <li>70% means that CRS are equivalent), but the names do not match at
- * all.</li>
+ * <li>70% means that CRS are equivalent, but the names are not equivalent.
+ * </li>
* <li>25% means that the CRS are not equivalent, but there is some similarity
* in
* the names.</li>