Skip to content

Commit

Permalink
spelling fix imrovement and symboll
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Jan 20, 2017
1 parent 4175c1e commit dc4aa66
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -1396,7 +1396,7 @@ improvements 'under the hood'.
- This release candidate includes over 40 bug fixes and enhancements
over the QGIS 0.9.1 release. In addition we have added
the following new features:
- Imrovements to digitizing capabilities.
- Improvements to digitizing capabilities.
- Supporting default and defined styles (.qml) files for file based
vector layers. With styles you can save the symbolisation
and other settings associated with a vector layer and they
Expand Down
2 changes: 1 addition & 1 deletion doc/news.html
Original file line number Diff line number Diff line change
Expand Up @@ -1553,7 +1553,7 @@ <H1>23. Version 0.9.2rc1 'Ganymede'</H1>
<LI>This release candidate includes over 40 bug fixes and enhancements
over the QGIS 0.9.1 release. In addition we have added
the following new features:
<LI>Imrovements to digitizing capabilities.
<LI>Improvements to digitizing capabilities.
<LI>Supporting default and defined styles (.qml) files for file based
vector layers. With styles you can save the symbolisation
and other settings associated with a vector layer and they
Expand Down
2 changes: 1 addition & 1 deletion doc/news.t2t
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ improvements 'under the hood'.
- This release candidate includes over 40 bug fixes and enhancements
over the QGIS 0.9.1 release. In addition we have added
the following new features:
- Imrovements to digitizing capabilities.
- Improvements to digitizing capabilities.
- Supporting default and defined styles (.qml) files for file based
vector layers. With styles you can save the symbolisation
and other settings associated with a vector layer and they
Expand Down
2 changes: 2 additions & 0 deletions scripts/spell_check/spelling.dat
Original file line number Diff line number Diff line change
Expand Up @@ -3524,6 +3524,7 @@ imprisonned:imprisoned
improvision:improvisation
improvment:improvement
improvments:improvements
imrovement:improvement
inablility:inability
inacccessible:inaccessible
inaccesible:inaccessible
Expand Down Expand Up @@ -6712,6 +6713,7 @@ syles:styles
syle:style
sylog:syslog
symbo:symbol
symboll:symbol
symetrically:symmetrically
symetrical:symmetrical
symetric:symmetric
Expand Down
2 changes: 1 addition & 1 deletion src/app/qgspointrotationitem.h
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ class APP_EXPORT QgsPointRotationItem: public QgsMapCanvasItem
Orientation mOrientation;
//! Font to display the numerical rotation values
QFont mFont;
//! Symboll pixmap
//! Symbol pixmap
QPixmap mPixmap;
int mRotation;
};
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgscategorizedsymbolrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -941,7 +941,7 @@ QgsCategorizedSymbolRenderer* QgsCategorizedSymbolRenderer::convertFromRenderer(
}

// If not one of the specifically handled renderers, then just grab the symbol from the renderer
// Could have applied this to specific renderer types (singleSymboll, graduatedSymbol)
// Could have applied this to specific renderer types (singleSymbol, graduatedSymbol)

if ( !r )
{
Expand Down
2 changes: 1 addition & 1 deletion src/core/symbology-ng/qgsgraduatedsymbolrenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1615,7 +1615,7 @@ QgsGraduatedSymbolRenderer* QgsGraduatedSymbolRenderer::convertFromRenderer( con
}

// If not one of the specifically handled renderers, then just grab the symbol from the renderer
// Could have applied this to specific renderer types (singleSymboll, graduatedSymbol)
// Could have applied this to specific renderer types (singleSymbol, graduatedSymbol)

if ( !r )
{
Expand Down

0 comments on commit dc4aa66

Please sign in to comment.