Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ committed Jun 24, 2017
1 parent 4717766 commit 7a15406
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions python/gui/symbology-ng/qgssymbolselectordialog.sip
Expand Up @@ -20,7 +20,7 @@
class QgsSymbolSelectorWidget: QgsPanelWidget
{
%Docstring
Symbol selector widget that cna be used to select and build a symbol
Symbol selector widget that can be used to select and build a symbol
%End

%TypeHeaderCode
Expand Down Expand Up @@ -125,7 +125,7 @@ return menu for "advanced" button - create it if doesn't exist and show the adva

void addLayer();
%Docstring
Add a symobl layer to the bottom of the stack.
Add a symbol layer to the bottom of the stack.
%End

void removeLayer();
Expand Down
2 changes: 2 additions & 0 deletions scripts/spell_check/spelling.dat
Expand Up @@ -1297,6 +1297,7 @@ clinicaly:clinically
clipoing:clipping
closeing:closing
cmoputer:computer
cna:can
Coca Cola:Coca-Cola
coctail:cocktail
codespel:codespell
Expand Down Expand Up @@ -6737,6 +6738,7 @@ syles:styles
sylog:syslog
symbo:symbol
symboll:symbol
symobl:symbol
symetric:symmetric
symetrical:symmetrical
symetrically:symmetrically
Expand Down
6 changes: 3 additions & 3 deletions src/gui/symbology-ng/qgssymbolselectordialog.h
Expand Up @@ -81,12 +81,12 @@ class DataDefinedRestorer: public QObject
class QgsSymbolSelectorDialog;

/** \ingroup gui
* Symbol selector widget that cna be used to select and build a symbol
* Symbol selector widget that can be used to select and build a symbol
*/
class GUI_EXPORT QgsSymbolSelectorWidget: public QgsPanelWidget, private Ui::QgsSymbolSelectorDialogBase
{
Q_OBJECT
/// Too allow for non API break access from the dialog.
/// To allow for non API break access from the dialog.
friend class QgsSymbolSelectorDialog;

public:
Expand Down Expand Up @@ -188,7 +188,7 @@ class GUI_EXPORT QgsSymbolSelectorWidget: public QgsPanelWidget, private Ui::Qgs
void moveLayerUp();

/**
* Add a symobl layer to the bottom of the stack.
* Add a symbol layer to the bottom of the stack.
*/
void addLayer();

Expand Down

0 comments on commit 7a15406

Please sign in to comment.