File tree Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Expand file tree Collapse file tree 7 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -1396,7 +1396,7 @@ improvements 'under the hood'.
1396
1396
- This release candidate includes over 40 bug fixes and enhancements
1397
1397
over the QGIS 0.9.1 release. In addition we have added
1398
1398
the following new features:
1399
- - Imrovements to digitizing capabilities.
1399
+ - Improvements to digitizing capabilities.
1400
1400
- Supporting default and defined styles (.qml) files for file based
1401
1401
vector layers. With styles you can save the symbolisation
1402
1402
and other settings associated with a vector layer and they
Original file line number Diff line number Diff line change @@ -1553,7 +1553,7 @@ <H1>23. Version 0.9.2rc1 'Ganymede'</H1>
1553
1553
< LI > This release candidate includes over 40 bug fixes and enhancements
1554
1554
over the QGIS 0.9.1 release. In addition we have added
1555
1555
the following new features:
1556
- < LI > Imrovements to digitizing capabilities.
1556
+ < LI > Improvements to digitizing capabilities.
1557
1557
< LI > Supporting default and defined styles (.qml) files for file based
1558
1558
vector layers. With styles you can save the symbolisation
1559
1559
and other settings associated with a vector layer and they
Original file line number Diff line number Diff line change @@ -1350,7 +1350,7 @@ improvements 'under the hood'.
1350
1350
- This release candidate includes over 40 bug fixes and enhancements
1351
1351
over the QGIS 0.9.1 release. In addition we have added
1352
1352
the following new features:
1353
- - Imrovements to digitizing capabilities.
1353
+ - Improvements to digitizing capabilities.
1354
1354
- Supporting default and defined styles (.qml) files for file based
1355
1355
vector layers. With styles you can save the symbolisation
1356
1356
and other settings associated with a vector layer and they
Original file line number Diff line number Diff line change @@ -3524,6 +3524,7 @@ imprisonned:imprisoned
3524
3524
improvision:improvisation
3525
3525
improvment:improvement
3526
3526
improvments:improvements
3527
+ imrovement:improvement
3527
3528
inablility:inability
3528
3529
inacccessible:inaccessible
3529
3530
inaccesible:inaccessible
@@ -6712,6 +6713,7 @@ syles:styles
6712
6713
syle:style
6713
6714
sylog:syslog
6714
6715
symbo:symbol
6716
+ symboll:symbol
6715
6717
symetrically:symmetrically
6716
6718
symetrical:symmetrical
6717
6719
symetric:symmetric
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ class APP_EXPORT QgsPointRotationItem: public QgsMapCanvasItem
58
58
Orientation mOrientation ;
59
59
// ! Font to display the numerical rotation values
60
60
QFont mFont ;
61
- // ! Symboll pixmap
61
+ // ! Symbol pixmap
62
62
QPixmap mPixmap ;
63
63
int mRotation ;
64
64
};
Original file line number Diff line number Diff line change @@ -941,7 +941,7 @@ QgsCategorizedSymbolRenderer* QgsCategorizedSymbolRenderer::convertFromRenderer(
941
941
}
942
942
943
943
// If not one of the specifically handled renderers, then just grab the symbol from the renderer
944
- // Could have applied this to specific renderer types (singleSymboll , graduatedSymbol)
944
+ // Could have applied this to specific renderer types (singleSymbol , graduatedSymbol)
945
945
946
946
if ( !r )
947
947
{
Original file line number Diff line number Diff line change @@ -1615,7 +1615,7 @@ QgsGraduatedSymbolRenderer* QgsGraduatedSymbolRenderer::convertFromRenderer( con
1615
1615
}
1616
1616
1617
1617
// If not one of the specifically handled renderers, then just grab the symbol from the renderer
1618
- // Could have applied this to specific renderer types (singleSymboll , graduatedSymbol)
1618
+ // Could have applied this to specific renderer types (singleSymbol , graduatedSymbol)
1619
1619
1620
1620
if ( !r )
1621
1621
{
You can’t perform that action at this time.
0 commit comments