Skip to content

Commit a92b049

Browse files
committed
fix dislpay typo
1 parent 4beb321 commit a92b049

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

python/gui/auto_generated/qgsmaplayercombobox.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The QgsMapLayerComboBox class is a combo box which displays the list of layers
2626

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

scripts/spell_check/spelling.dat

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2303,6 +2303,7 @@ dislay:display
23032303
dislayed:displayed
23042304
dislaying:displaying
23052305
dislays:displays
2306+
dislpay:display
23062307
disobediance:disobedience
23072308
disobediant:disobedient
23082309
disolve:dissolve

src/gui/qgsmaplayercombobox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ class GUI_EXPORT QgsMapLayerComboBox : public QComboBox
4242
public:
4343

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

0 commit comments

Comments
 (0)