Skip to content

Commit

Permalink
Merge pull request #7241 from tudorbarascu/typo
Browse files Browse the repository at this point in the history
fix dislpay typo
  • Loading branch information
m-kuhn committed Jun 14, 2018
2 parents 4beb321 + a92b049 commit 2fe394b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/gui/auto_generated/qgsmaplayercombobox.sip.in
Expand Up @@ -26,7 +26,7 @@ The QgsMapLayerComboBox class is a combo box which displays the list of layers

explicit QgsMapLayerComboBox( QWidget *parent /TransferThis/ = 0 );
%Docstring
QgsMapLayerComboBox creates a combo box to dislpay the list of layers (currently in the registry).
QgsMapLayerComboBox creates a combo box to display the list of layers (currently in the registry).
The layers can be filtered and/or ordered.
%End

Expand Down
1 change: 1 addition & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -2303,6 +2303,7 @@ dislay:display
dislayed:displayed
dislaying:displaying
dislays:displays
dislpay:display
disobediance:disobedience
disobediant:disobedient
disolve:dissolve
Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsmaplayercombobox.h
Expand Up @@ -42,7 +42,7 @@ class GUI_EXPORT QgsMapLayerComboBox : public QComboBox
public:

/**
* \brief QgsMapLayerComboBox creates a combo box to dislpay the list of layers (currently in the registry).
* \brief QgsMapLayerComboBox creates a combo box to display the list of layers (currently in the registry).
* The layers can be filtered and/or ordered.
*/
explicit QgsMapLayerComboBox( QWidget *parent SIP_TRANSFERTHIS = nullptr );
Expand Down

0 comments on commit 2fe394b

Please sign in to comment.