Skip to content

Commit 8b1d7ff

Browse files
DelazJnyalldawson
authored andcommittedOct 13, 2018
Fix typo
1 parent 0f056b5 commit 8b1d7ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/core/processing/qgsprocessingprovider.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class CORE_EXPORT QgsProcessingProvider : public QObject
7272

7373
/**
7474
* Returns the provider help id string, used for creating QgsHelp urls for algorithms
75-
* belong to this provider. By default, this returns the an empty string, meaning that
75+
* belong to this provider. By default, this returns an empty string, meaning that
7676
* no QgsHelp url should be created for the provider's algorithms.
7777
* \see id()
7878
*/
@@ -87,7 +87,7 @@ class CORE_EXPORT QgsProcessingProvider : public QObject
8787
virtual QString name() const = 0;
8888

8989
/**
90-
* Returns the a longer version of the provider name, which can include extra details
90+
* Returns the longer version of the provider name, which can include extra details
9191
* such as version numbers. E.g. "Lastools LIDAR tools (version 2.2.1)".
9292
* This string should be localised.
9393
*

0 commit comments

Comments
 (0)
Please sign in to comment.