From a92b049a70eacc46844a08c2d6f384d96006568e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tudor=20B=C4=83r=C4=83scu?= Date: Thu, 14 Jun 2018 13:02:40 +0300 Subject: [PATCH] fix dislpay typo --- python/gui/auto_generated/qgsmaplayercombobox.sip.in | 2 +- scripts/spell_check/spelling.dat | 1 + src/gui/qgsmaplayercombobox.h | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/python/gui/auto_generated/qgsmaplayercombobox.sip.in b/python/gui/auto_generated/qgsmaplayercombobox.sip.in index fe3f82e04f0..4915d4f3085 100644 --- a/python/gui/auto_generated/qgsmaplayercombobox.sip.in +++ b/python/gui/auto_generated/qgsmaplayercombobox.sip.in @@ -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 diff --git a/scripts/spell_check/spelling.dat b/scripts/spell_check/spelling.dat index 0994147b79e..8a47ef88c96 100644 --- a/scripts/spell_check/spelling.dat +++ b/scripts/spell_check/spelling.dat @@ -2303,6 +2303,7 @@ dislay:display dislayed:displayed dislaying:displaying dislays:displays +dislpay:display disobediance:disobedience disobediant:disobedient disolve:dissolve diff --git a/src/gui/qgsmaplayercombobox.h b/src/gui/qgsmaplayercombobox.h index f08f90839e8..291c651d9a3 100644 --- a/src/gui/qgsmaplayercombobox.h +++ b/src/gui/qgsmaplayercombobox.h @@ -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 );