aboutsummaryrefslogtreecommitdiff
path: root/include/proj
diff options
context:
space:
mode:
authorEven Rouault <even.rouault@spatialys.com>2019-01-02 11:29:36 +0100
committerEven Rouault <even.rouault@spatialys.com>2019-01-02 11:29:36 +0100
commitbe5778fa90586abd431fc02375870d71d2e3ba78 (patch)
treea8b51f31a6161b0ccf6e3075fc32235b466a675e /include/proj
parentd8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (diff)
downloadPROJ-be5778fa90586abd431fc02375870d71d2e3ba78.tar.gz
PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.zip
Typo fixes
Diffstat (limited to 'include/proj')
-rw-r--r--include/proj/coordinateoperation.hpp2
-rw-r--r--include/proj/crs.hpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/include/proj/coordinateoperation.hpp b/include/proj/coordinateoperation.hpp
index 8b9f8ee1..e64afbe7 100644
--- a/include/proj/coordinateoperation.hpp
+++ b/include/proj/coordinateoperation.hpp
@@ -1676,7 +1676,7 @@ class PROJ_GCC_DLL CoordinateOperationContext {
PROJ_DLL SourceTargetCRSExtentUse getSourceAndTargetCRSExtentUse() const;
- /** Spatial criterion to restrict candiate operations. */
+ /** Spatial criterion to restrict candidate operations. */
enum class SpatialCriterion {
/** The area of validity of transforms should strictly contain the
* are of interest. */
diff --git a/include/proj/crs.hpp b/include/proj/crs.hpp
index b0b6368c..cc9fdeb9 100644
--- a/include/proj/crs.hpp
+++ b/include/proj/crs.hpp
@@ -1215,7 +1215,7 @@ class PROJ_GCC_DLL DerivedCRSTemplate final : public DerivedCRSTraits::BaseType,
*/
PROJ_DLL const BaseNNPtr baseCRS() const;
- /** \brief Instanciate a DerivedCRSTemplate from a base CRS, a deriving
+ /** \brief Instantiate a DerivedCRSTemplate from a base CRS, a deriving
* conversion and a cs::CoordinateSystem.
*
* @param properties See \ref general_properties.