Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
nyalldawson committed Aug 17, 2014
1 parent b15b014 commit 346b50e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsmaplayeractionregistry.sip
Expand Up @@ -32,7 +32,7 @@ class QgsMapLayerAction : QAction
void triggerForLayer( QgsMapLayer* layer );

/** Define the availibility of the action */
void setAvailability( Availability availibitly );
void setAvailability( Availability availability );
Availability availability() const;

signals:
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmaplayeractionregistry.h
Expand Up @@ -62,7 +62,7 @@ class GUI_EXPORT QgsMapLayerAction : public QAction
void triggerForLayer( QgsMapLayer* layer );

/** Define the availibility of the action */
void setAvailability( Availability availabitly ) {mAvailability = availabitly;}
void setAvailability( Availability availability ) {mAvailability = availability;}
/** Return availibity of action */
Availability availability() const {return mAvailability;}

Expand Down

0 comments on commit 346b50e

Please sign in to comment.