aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-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.