Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Oct 13, 2018
1 parent 0f056b5 commit 8b1d7ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/processing/qgsprocessingprovider.h
Expand Up @@ -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()
*/
Expand All @@ -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.
*
Expand Down

0 comments on commit 8b1d7ff

Please sign in to comment.