Skip to content

Commit dc4aa66

Browse files
committedJan 20, 2017
spelling fix imrovement and symboll
1 parent 4175c1e commit dc4aa66

File tree

7 files changed

+8
-6
lines changed

7 files changed

+8
-6
lines changed
 

‎NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ improvements 'under the hood'.
13961396
- This release candidate includes over 40 bug fixes and enhancements
13971397
over the QGIS 0.9.1 release. In addition we have added
13981398
the following new features:
1399-
- Imrovements to digitizing capabilities.
1399+
- Improvements to digitizing capabilities.
14001400
- Supporting default and defined styles (.qml) files for file based
14011401
vector layers. With styles you can save the symbolisation
14021402
and other settings associated with a vector layer and they

‎doc/news.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1553,7 +1553,7 @@ <H1>23. Version 0.9.2rc1 'Ganymede'</H1>
15531553
<LI>This release candidate includes over 40 bug fixes and enhancements
15541554
over the QGIS 0.9.1 release. In addition we have added
15551555
the following new features:
1556-
<LI>Imrovements to digitizing capabilities.
1556+
<LI>Improvements to digitizing capabilities.
15571557
<LI>Supporting default and defined styles (.qml) files for file based
15581558
vector layers. With styles you can save the symbolisation
15591559
and other settings associated with a vector layer and they

‎doc/news.t2t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,7 +1350,7 @@ improvements 'under the hood'.
13501350
- This release candidate includes over 40 bug fixes and enhancements
13511351
over the QGIS 0.9.1 release. In addition we have added
13521352
the following new features:
1353-
- Imrovements to digitizing capabilities.
1353+
- Improvements to digitizing capabilities.
13541354
- Supporting default and defined styles (.qml) files for file based
13551355
vector layers. With styles you can save the symbolisation
13561356
and other settings associated with a vector layer and they

‎scripts/spell_check/spelling.dat

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3524,6 +3524,7 @@ imprisonned:imprisoned
35243524
improvision:improvisation
35253525
improvment:improvement
35263526
improvments:improvements
3527+
imrovement:improvement
35273528
inablility:inability
35283529
inacccessible:inaccessible
35293530
inaccesible:inaccessible
@@ -6712,6 +6713,7 @@ syles:styles
67126713
syle:style
67136714
sylog:syslog
67146715
symbo:symbol
6716+
symboll:symbol
67156717
symetrically:symmetrically
67166718
symetrical:symmetrical
67176719
symetric:symmetric

‎src/app/qgspointrotationitem.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class APP_EXPORT QgsPointRotationItem: public QgsMapCanvasItem
5858
Orientation mOrientation;
5959
//! Font to display the numerical rotation values
6060
QFont mFont;
61-
//! Symboll pixmap
61+
//! Symbol pixmap
6262
QPixmap mPixmap;
6363
int mRotation;
6464
};

‎src/core/symbology-ng/qgscategorizedsymbolrenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -941,7 +941,7 @@ QgsCategorizedSymbolRenderer* QgsCategorizedSymbolRenderer::convertFromRenderer(
941941
}
942942

943943
// 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)
945945

946946
if ( !r )
947947
{

‎src/core/symbology-ng/qgsgraduatedsymbolrenderer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1615,7 +1615,7 @@ QgsGraduatedSymbolRenderer* QgsGraduatedSymbolRenderer::convertFromRenderer( con
16151615
}
16161616

16171617
// 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)
16191619

16201620
if ( !r )
16211621
{

0 commit comments

Comments
 (0)
Please sign in to comment.