This commit is contained in:
Harrissou Sant-anna 2018-10-13 03:37:30 +02:00 committed by Nyall Dawson
parent 0f056b500a
commit 8b1d7ffc20

View File

@ -72,7 +72,7 @@ class CORE_EXPORT QgsProcessingProvider : public QObject
/**
* Returns the provider help id string, used for creating QgsHelp urls for algorithms
* belong to this provider. By default, this returns the an empty string, meaning that
* belong to this provider. By default, this returns an empty string, meaning that
* no QgsHelp url should be created for the provider's algorithms.
* \see id()
*/
@ -87,7 +87,7 @@ class CORE_EXPORT QgsProcessingProvider : public QObject
virtual QString name() const = 0;
/**
* Returns the a longer version of the provider name, which can include extra details
* Returns the longer version of the provider name, which can include extra details
* such as version numbers. E.g. "Lastools LIDAR tools (version 2.2.1)".
* This string should be localised.
*