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/factory.cpp | |
| parent | d8d96cecce9c4ee3136e63e32d2ce952fa2ede56 (diff) | |
| download | PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.tar.gz PROJ-be5778fa90586abd431fc02375870d71d2e3ba78.zip | |
Typo fixes
Diffstat (limited to 'src/iso19111/factory.cpp')
| -rw-r--r-- | src/iso19111/factory.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/iso19111/factory.cpp b/src/iso19111/factory.cpp index 8dac7be7..aaf8d109 100644 --- a/src/iso19111/factory.cpp +++ b/src/iso19111/factory.cpp @@ -854,7 +854,7 @@ DatabaseContext::DatabaseContext() : d(internal::make_unique<Private>()) {} // --------------------------------------------------------------------------- -/** \brief Instanciate a database context, using the default proj.db file +/** \brief Instantiate a database context, using the default proj.db file * * It will be searched in the directory pointed by the PROJ_LIB environment * variable. If not found, on Unix builds, it will be then searched first in @@ -869,7 +869,7 @@ DatabaseContextNNPtr DatabaseContext::create() { // --------------------------------------------------------------------------- -/** \brief Instanciate a database context from a full filename. +/** \brief Instantiate a database context from a full filename. * * This database context should be used only by one thread at a time. * @param databasePath Path and filename of the database. Might be empty @@ -882,7 +882,7 @@ DatabaseContextNNPtr DatabaseContext::create(const std::string &databasePath) { // --------------------------------------------------------------------------- -/** \brief Instanciate a database context from a full filename, and attach +/** \brief Instantiate a database context from a full filename, and attach * auxiliary databases to it. * * This database context should be used only by one thread at a time. @@ -1353,7 +1353,7 @@ AuthorityFactory::AuthorityFactory(const DatabaseContextNNPtr &context, // --------------------------------------------------------------------------- // clang-format off -/** \brief Instanciate a AuthorityFactory. +/** \brief Instantiate a AuthorityFactory. * * The authority name might be set to the empty string in the particular case * where createFromCoordinateReferenceSystemCodes(const std::string&,const std::string&,const std::string&,const std::string&) const @@ -3288,7 +3288,7 @@ operation::CoordinateOperationNNPtr AuthorityFactory::createCoordinateOperation( /** \brief Returns a list operation::CoordinateOperation between two CRS. * * The list is ordered with preferred operations first. No attempt is made - * at infering operations that are not explicitly in the database. + * at inferring operations that are not explicitly in the database. * * Deprecated operations are rejected. * @@ -3312,7 +3312,7 @@ AuthorityFactory::createFromCoordinateReferenceSystemCodes( /** \brief Returns a list operation::CoordinateOperation between two CRS. * * The list is ordered with preferred operations first. No attempt is made - * at infering operations that are not explicitly in the database (see + * at inferring operations that are not explicitly in the database (see * createFromCRSCodesWithIntermediates() for that), and only * source -> target operations are searched (ie if target -> source is present, * you need to call this method with the arguments reversed, and apply the |
