Skip to content

Commit 346b50e

Browse files
committed
Fix typo
1 parent b15b014 commit 346b50e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/gui/qgsmaplayeractionregistry.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class QgsMapLayerAction : QAction
3232
void triggerForLayer( QgsMapLayer* layer );
3333

3434
/** Define the availibility of the action */
35-
void setAvailability( Availability availibitly );
35+
void setAvailability( Availability availability );
3636
Availability availability() const;
3737

3838
signals:

src/gui/qgsmaplayeractionregistry.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ class GUI_EXPORT QgsMapLayerAction : public QAction
6262
void triggerForLayer( QgsMapLayer* layer );
6363

6464
/** Define the availibility of the action */
65-
void setAvailability( Availability availabitly ) {mAvailability = availabitly;}
65+
void setAvailability( Availability availability ) {mAvailability = availability;}
6666
/** Return availibity of action */
6767
Availability availability() const {return mAvailability;}
6868

0 commit comments

Comments
 (0)