mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-26 00:02:08 -05:00
Typo fix
This commit is contained in:
parent
471776614c
commit
7a154061bc
@ -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
|
||||
@ -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();
|
||||
|
@ -1297,6 +1297,7 @@ clinicaly:clinically
|
||||
clipoing:clipping
|
||||
closeing:closing
|
||||
cmoputer:computer
|
||||
cna:can
|
||||
Coca Cola:Coca-Cola
|
||||
coctail:cocktail
|
||||
codespel:codespell
|
||||
@ -6737,6 +6738,7 @@ syles:styles
|
||||
sylog:syslog
|
||||
symbo:symbol
|
||||
symboll:symbol
|
||||
symobl:symbol
|
||||
symetric:symmetric
|
||||
symetrical:symmetrical
|
||||
symetrically:symmetrically
|
||||
|
@ -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:
|
||||
@ -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();
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user