Skip to content

Commit 6f09a16

Browse files
committedApr 2, 2017
QGSI -> QGIS
1 parent 32326ab commit 6f09a16

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎src/core/qgsactionscope.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class CORE_EXPORT QgsActionScope
4949
/**
5050
* Creates a new invalid action scope.
5151
*
52-
* @note Added in QGSI 3.0
52+
* @note Added in QGIS 3.0
5353
*/
5454
explicit QgsActionScope();
5555

‎src/core/qgsvectorlayereditbuffer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ class CORE_EXPORT QgsVectorLayerEditBuffer : public QObject
186186
/** Emitted when an attribute has been renamed
187187
* @param idx attribute index
188188
* @param newName new attribute name
189-
* @note added in QGSI 2.16
189+
* @note added in QGIS 2.16
190190
*/
191191
void attributeRenamed( int idx, const QString &newName );
192192

2 commit comments

Comments
 (2)

m-kuhn commented on Apr 2, 2017

@m-kuhn
Member

Add to spellcheck?

nyalldawson commented on Apr 2, 2017

@nyalldawson
CollaboratorAuthor

Fixed

Please sign in to comment.