Skip to content

Commit a84a282

Browse files
p0ciskjef-n
authored andcommitted
fix typos
1 parent 7d334c7 commit a84a282

File tree

12 files changed

+14
-14
lines changed

12 files changed

+14
-14
lines changed

python/core/composer/qgscomposerattributetable.sip

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -162,15 +162,15 @@ class QgsComposerAttributeTable : QgsComposerTable
162162
void setFeatureFilter( const QString& expression );
163163

164164
/** Returns the attributes fields which are shown by the table.
165-
* @returns a QSet of integers refering to the attributes in the vector layer. If
165+
* @returns a QSet of integers referring to the attributes in the vector layer. If
166166
* result is an empty QSet than all feature attributes will be shown.
167167
* @see setDisplayAttributes
168168
* @deprecated use QgsComposerTable::columns() instead
169169
*/
170170
QSet<int> displayAttributes() const /Deprecated/;
171171

172172
/** Sets the attributes to display in the table.
173-
* @param attr QSet of integer values refering to the attributes from the vector layer to show.
173+
* @param attr QSet of integer values referring to the attributes from the vector layer to show.
174174
* Set to an empty QSet to show all feature attributes.
175175
* @param refresh set to true to force the table to refetch features from its vector layer
176176
* and immediately update the display of the table. This may result in the table changing size

python/core/composer/qgscomposerattributetablev2.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ class QgsComposerAttributeTableV2 : QgsComposerTableV2
231231
void setFeatureFilter( const QString& expression );
232232

233233
/** Sets the attributes to display in the table.
234-
* @param attr QSet of integer values refering to the attributes from the vector layer to show.
234+
* @param attr QSet of integer values referring to the attributes from the vector layer to show.
235235
* Set to an empty QSet to show all feature attributes.
236236
* @param refresh set to true to force the table to refetch features from its vector layer
237237
* and immediately update the display of the table. This may result in the table changing size

resources/context_help/HeatmapGui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ clustering of points.</p>
2626

2727
<h4>Rows and Columns</h4>
2828
<p>Used to change the dimensions of the output raster file. These values are also linked to the <b>Cell size X</b> and <b>Cell size Y</b> values.
29-
Increasing the number of rows or colums will decrease the cell size and increase the file size of the output file. The values in Rows and Columns
29+
Increasing the number of rows or columns will decrease the cell size and increase the file size of the output file. The values in Rows and Columns
3030
are also linked, so doubling the number of rows will automatically double the number of columns and the cell sizes will also be halved. The geographical area of the output raster will remain the same!</p>
3131

3232
<h4>Cell size X and Y</h4>

src/app/gps/qwtpolar-0.1/qwt_polar_plot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ const QwtTextLabel *QwtPolarPlot::titleLabel() const
186186
187187
\param legend Legend
188188
\param pos The legend's position. For top/left position the number
189-
of colums will be limited to 1, otherwise it will be set to
189+
of columns will be limited to 1, otherwise it will be set to
190190
unlimited.
191191
192192
\param ratio Ratio between legend and the bounding rect

src/app/gps/qwtpolar-1.0/qwt_polar_plot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ const QwtTextLabel *QwtPolarPlot::titleLabel() const
167167
168168
\param legend Legend
169169
\param pos The legend's position. For top/left position the number
170-
of colums will be limited to 1, otherwise it will be set to
170+
of columns will be limited to 1, otherwise it will be set to
171171
unlimited.
172172
173173
\param ratio Ratio between legend and the bounding rect

src/app/gps/qwtpolar-1.1.1/qwt_polar_plot.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const QwtTextLabel *QwtPolarPlot::titleLabel() const
171171
172172
\param legend Legend
173173
\param pos The legend's position. For top/left position the number
174-
of colums will be limited to 1, otherwise it will be set to
174+
of columns will be limited to 1, otherwise it will be set to
175175
unlimited.
176176
177177
\param ratio Ratio between legend and the bounding rect

src/core/composer/qgscomposerattributetable.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,15 +180,15 @@ class CORE_EXPORT QgsComposerAttributeTable: public QgsComposerTable
180180
void setFeatureFilter( const QString& expression );
181181

182182
/** Returns the attributes fields which are shown by the table.
183-
* @returns a QSet of integers refering to the attributes in the vector layer. If
183+
* @returns a QSet of integers referring to the attributes in the vector layer. If
184184
* result is an empty QSet than all feature attributes will be shown.
185185
* @see setDisplayAttributes
186186
* @deprecated use QgsComposerTable::columns() instead
187187
*/
188188
Q_DECL_DEPRECATED QSet<int> displayAttributes() const;
189189

190190
/** Sets the attributes to display in the table.
191-
* @param attr QSet of integer values refering to the attributes from the vector layer to show.
191+
* @param attr QSet of integer values referring to the attributes from the vector layer to show.
192192
* Set to an empty QSet to show all feature attributes.
193193
* @param refresh set to true to force the table to refetch features from its vector layer
194194
* and immediately update the display of the table. This may result in the table changing size

src/core/composer/qgscomposerattributetablev2.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ class CORE_EXPORT QgsComposerAttributeTableV2: public QgsComposerTableV2
253253
void setFeatureFilter( const QString& expression );
254254

255255
/** Sets the attributes to display in the table.
256-
* @param attr QSet of integer values refering to the attributes from the vector layer to show.
256+
* @param attr QSet of integer values referring to the attributes from the vector layer to show.
257257
* Set to an empty QSet to show all feature attributes.
258258
* @param refresh set to true to force the table to refetch features from its vector layer
259259
* and immediately update the display of the table. This may result in the table changing size

src/core/raster/qgsrasterlayer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1043,7 +1043,7 @@ void QgsRasterLayer::setDrawingStyle( QString const & theDrawingStyleQString )
10431043
{
10441044
QgsDebugMsgLevel( "Setting drawingStyle to SingleBandColorDataStyle " + QString::number( QgsRaster::SingleBandColorDataStyle ), 4 );
10451045
drawingStyle = QgsRaster::SingleBandColorDataStyle;
1046-
QgsDebugMsgLevel( "Setted drawingStyle to " + QString::number( drawingStyle ), 4 );
1046+
QgsDebugMsgLevel( "drawingStyle set to " + QString::number( drawingStyle ), 4 );
10471047
}
10481048
else
10491049
{

src/gui/symbology-ng/qgsstylev2managerdialog.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1409,7 +1409,7 @@ void QgsStyleV2ManagerDialog::groupSelectedSymbols()
14091409
QgsStyleV2::StyleEntity type = ( currentItemType() < 3 ) ? QgsStyleV2::SymbolEntity : QgsStyleV2::ColorrampEntity;
14101410
if ( currentItemType() > 3 )
14111411
{
1412-
QgsDebugMsg( "unknow entity type" );
1412+
QgsDebugMsg( "unknown entity type" );
14131413
return;
14141414
}
14151415
int groupId = selectedItem->data().toInt();

0 commit comments

Comments
 (0)