diff options
| author | Even Rouault <even.rouault@spatialys.com> | 2019-01-02 11:29:36 +0100 |
|---|---|---|
| committer | Even Rouault <even.rouault@spatialys.com> | 2019-01-02 11:29:36 +0100 |
| commit | be5778fa90586abd431fc02375870d71d2e3ba78 (patch) | |
| tree | a8b51f31a6161b0ccf6e3075fc32235b466a675e /src/iso19111/datum.cpp | |
| parent | d8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (diff) | |
| download | PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.tar.gz PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.zip | |
Typo fixes
Diffstat (limited to 'src/iso19111/datum.cpp')
| -rw-r--r-- | src/iso19111/datum.cpp | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/src/iso19111/datum.cpp b/src/iso19111/datum.cpp index 320be14b..cbd15195 100644 --- a/src/iso19111/datum.cpp +++ b/src/iso19111/datum.cpp @@ -273,7 +273,7 @@ const common::Angle &PrimeMeridian::longitude() PROJ_CONST_DEFN { // --------------------------------------------------------------------------- -/** \brief Instanciate a PrimeMeridian. +/** \brief Instantiate a PrimeMeridian. * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -622,7 +622,7 @@ const std::string &Ellipsoid::celestialBody() PROJ_CONST_DEFN { // --------------------------------------------------------------------------- -/** \brief Instanciate a Ellipsoid as a sphere. +/** \brief Instantiate a Ellipsoid as a sphere. * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -641,7 +641,7 @@ EllipsoidNNPtr Ellipsoid::createSphere(const util::PropertyMap &properties, // --------------------------------------------------------------------------- -/** \brief Instanciate a Ellipsoid from its inverse/reverse flattening. +/** \brief Instantiate a Ellipsoid from its inverse/reverse flattening. * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -662,7 +662,7 @@ EllipsoidNNPtr Ellipsoid::createFlattenedSphere( // --------------------------------------------------------------------------- -/** \brief Instanciate a Ellipsoid from the value of its two semi axis. +/** \brief Instantiate a Ellipsoid from the value of its two semi axis. * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -1019,7 +1019,7 @@ const EllipsoidNNPtr &GeodeticReferenceFrame::ellipsoid() PROJ_CONST_DEFN { } // --------------------------------------------------------------------------- -/** \brief Instanciate a GeodeticReferenceFrame +/** \brief Instantiate a GeodeticReferenceFrame * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -1275,7 +1275,7 @@ void DynamicGeodeticReferenceFrame::_exportToWKT( // --------------------------------------------------------------------------- -/** \brief Instanciate a DyanmicGeodeticReferenceFrame +/** \brief Instantiate a DyanmicGeodeticReferenceFrame * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -1415,7 +1415,7 @@ void DatumEnsemble::_exportToWKT( // --------------------------------------------------------------------------- -/** \brief Instanciate a DatumEnsemble. +/** \brief Instantiate a DatumEnsemble. * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -1522,7 +1522,7 @@ VerticalReferenceFrame::realizationMethod() const { // --------------------------------------------------------------------------- -/** \brief Instanciate a VerticalReferenceFrame +/** \brief Instantiate a VerticalReferenceFrame * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -1711,7 +1711,7 @@ void DynamicVerticalReferenceFrame::_exportToWKT( // --------------------------------------------------------------------------- -/** \brief Instanciate a DyanmicVerticalReferenceFrame +/** \brief Instantiate a DyanmicVerticalReferenceFrame * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -1785,7 +1785,7 @@ const std::string &TemporalDatum::calendar() const { return d->calendar_; } // --------------------------------------------------------------------------- -/** \brief Instanciate a TemporalDatum +/** \brief Instantiate a TemporalDatum * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -1873,7 +1873,7 @@ EngineeringDatum::~EngineeringDatum() = default; // --------------------------------------------------------------------------- -/** \brief Instanciate a EngineeringDatum +/** \brief Instantiate a EngineeringDatum * * @param properties See \ref general_properties. * At minimum the name should be defined. @@ -1944,7 +1944,7 @@ ParametricDatum::~ParametricDatum() = default; // --------------------------------------------------------------------------- -/** \brief Instanciate a ParametricDatum +/** \brief Instantiate a ParametricDatum * * @param properties See \ref general_properties. * At minimum the name should be defined. |
