aboutsummaryrefslogtreecommitdiff
path: root/include/proj/io.hpp
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2021-05-06 10:37:06 +1200
committerGitHub <noreply@github.com>2021-05-06 10:37:06 +1200
commit22654ce7c0acaab875c9427592a42093ac75e8cd (patch)
tree229597a5a184b02ba831b5e923574a008de06782 /include/proj/io.hpp
parent45a88fe245ae040b6f19696dfd928fb2f03f51d9 (diff)
downloadPROJ-22654ce7c0acaab875c9427592a42093ac75e8cd.tar.gz
PROJ-22654ce7c0acaab875c9427592a42093ac75e8cd.zip
DOC: configure and add spelling wordlist; fix typos, apply Sphinx syntax (#2707)
Diffstat (limited to 'include/proj/io.hpp')
-rw-r--r--include/proj/io.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/proj/io.hpp b/include/proj/io.hpp
index 2f935a0c..672032d0 100644
--- a/include/proj/io.hpp
+++ b/include/proj/io.hpp
@@ -661,7 +661,7 @@ class PROJ_GCC_DLL IPROJStringExportable {
* <li>For PROJStringFormatter::Convention::PROJ_4, format a string
* compatible with the OGRSpatialReference::exportToProj4() of GDAL
* &lt;=2.3. It is only compatible of a few CRS objects. The PROJ string
- * will also contain a +type=crs parameter to disambiguish the nature of
+ * will also contain a +type=crs parameter to disambiguate the nature of
* the string from a CoordinateOperation.
* <ul>
* <li>For a crs::GeographicCRS, returns a proj=longlat string, with
@@ -741,7 +741,7 @@ PROJ_DLL util::BaseObjectNNPtr createFromUserInput(const std::string &text,
// ---------------------------------------------------------------------------
-/** \brief Parse a WKT string into the appropriate suclass of util::BaseObject.
+/** \brief Parse a WKT string into the appropriate subclass of util::BaseObject.
*/
class PROJ_GCC_DLL WKTParser {
public:
@@ -784,7 +784,7 @@ class PROJ_GCC_DLL WKTParser {
// ---------------------------------------------------------------------------
-/** \brief Parse a PROJ string into the appropriate suclass of util::BaseObject.
+/** \brief Parse a PROJ string into the appropriate subclass of util::BaseObject.
*/
class PROJ_GCC_DLL PROJStringParser {
public: