aboutsummaryrefslogtreecommitdiff
path: root/include/proj/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/proj/common.hpp')
-rw-r--r--include/proj/common.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/proj/common.hpp b/include/proj/common.hpp
index 04ad63ad..c8ffe904 100644
--- a/include/proj/common.hpp
+++ b/include/proj/common.hpp
@@ -292,7 +292,7 @@ using IdentifiedObjectPtr = std::shared_ptr<IdentifiedObject>;
/** Non-null shared pointer of IdentifiedObject. */
using IdentifiedObjectNNPtr = util::nn<IdentifiedObjectPtr>;
-/** \brief Abstract class representating a CRS-related object that has an
+/** \brief Abstract class representing a CRS-related object that has an
* identification.
*
* \remark Implements IdentifiedObject from \ref ISO_19111_2019