Skip to content

Commit

Permalink
QGSI -> QGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Apr 2, 2017
1 parent 32326ab commit 6f09a16
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/core/qgsactionscope.h
Expand Up @@ -49,7 +49,7 @@ class CORE_EXPORT QgsActionScope
/**
* Creates a new invalid action scope.
*
* @note Added in QGSI 3.0
* @note Added in QGIS 3.0
*/
explicit QgsActionScope();

Expand Down
2 changes: 1 addition & 1 deletion src/core/qgsvectorlayereditbuffer.h
Expand Up @@ -186,7 +186,7 @@ class CORE_EXPORT QgsVectorLayerEditBuffer : public QObject
/** Emitted when an attribute has been renamed
* @param idx attribute index
* @param newName new attribute name
* @note added in QGSI 2.16
* @note added in QGIS 2.16
*/
void attributeRenamed( int idx, const QString &newName );

Expand Down

2 comments on commit 6f09a16

@m-kuhn
Copy link
Member

@m-kuhn m-kuhn commented on 6f09a16 Apr 2, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add to spellcheck?

@nyalldawson
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

Please sign in to comment.