aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Desruisseaux <martin.desruisseaux@geomatys.com>2019-10-18 00:20:08 +0200
committerMartin Desruisseaux <martin.desruisseaux@geomatys.com>2019-10-18 00:26:32 +0200
commit4356d7884a47133f830d994703ef6a9dde2c1e08 (patch)
treea51a7e296b6786dbe203ab96968f7697c7bfa401
parent45a4ab60d93838099c344c27c00e3604e89846f5 (diff)
downloadPROJ-4356d7884a47133f830d994703ef6a9dde2c1e08.tar.gz
PROJ-4356d7884a47133f830d994703ef6a9dde2c1e08.zip
Fix two sentences that seem to be copy-and-paste forgotten.
-rw-r--r--include/proj/metadata.hpp3
-rw-r--r--src/iso19111/datum.cpp2
2 files changed, 2 insertions, 3 deletions
diff --git a/include/proj/metadata.hpp b/include/proj/metadata.hpp
index 37241e6f..5d364840 100644
--- a/include/proj/metadata.hpp
+++ b/include/proj/metadata.hpp
@@ -55,8 +55,7 @@ namespace metadata {
/** \brief Standardized resource reference.
*
- * Local names are names which are directly accessible to and maintained by a
- * NameSpace within which they are local, indicated by the scope.
+ * A citation contains a title.
*
* \remark Simplified version of [Citation]
* (http://www.geoapi.org/3.0/javadoc/org/opengis/metadata/citation/Citation.html)
diff --git a/src/iso19111/datum.cpp b/src/iso19111/datum.cpp
index fffdc022..95754a8d 100644
--- a/src/iso19111/datum.cpp
+++ b/src/iso19111/datum.cpp
@@ -553,7 +553,7 @@ Ellipsoid::inverseFlattening() PROJ_PURE_DEFN {
* has been defined with this value.
*
* @see computeSemiMinorAxis() that will always return a valid value of the
- * inverse flattening, whether the ellipsoid has been defined through inverse
+ * semi-minor axis, whether the ellipsoid has been defined through inverse
* flattening or semi-minor axis.
*
* @return the semi-minor axis of the ellipsoid, or empty.