Skip to content

Commit 1e9124d

Browse files
committedOct 8, 2016
fix typos
1 parent ffa2bc4 commit 1e9124d

File tree

14 files changed

+16
-16
lines changed

14 files changed

+16
-16
lines changed
 

‎python/core/composer/qgscomposerattributetable.sip

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

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

174174
/** Sets the attributes to display in the table.
175-
* @param attr QSet of integer values refering to the attributes from the vector layer to show.
175+
* @param attr QSet of integer values referring to the attributes from the vector layer to show.
176176
* Set to an empty QSet to show all feature attributes.
177177
* @param refresh set to true to force the table to refetch features from its vector layer
178178
* 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
@@ -187,15 +187,15 @@ class CORE_EXPORT QgsComposerAttributeTable: public QgsComposerTable
187187
void setFeatureFilter( const QString& expression );
188188

189189
/** Returns the attributes fields which are shown by the table.
190-
* @returns a QSet of integers refering to the attributes in the vector layer. If
190+
* @returns a QSet of integers referring to the attributes in the vector layer. If
191191
* result is an empty QSet than all feature attributes will be shown.
192192
* @see setDisplayAttributes
193193
* @deprecated use QgsComposerTable::columns() instead
194194
*/
195195
Q_DECL_DEPRECATED QSet<int> displayAttributes() const;
196196

197197
/** Sets the attributes to display in the table.
198-
* @param attr QSet of integer values refering to the attributes from the vector layer to show.
198+
* @param attr QSet of integer values referring to the attributes from the vector layer to show.
199199
* Set to an empty QSet to show all feature attributes.
200200
* @param refresh set to true to force the table to refetch features from its vector layer
201201
* 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
@@ -257,7 +257,7 @@ class CORE_EXPORT QgsComposerAttributeTableV2: public QgsComposerTableV2
257257
void setFeatureFilter( const QString& expression );
258258

259259
/** Sets the attributes to display in the table.
260-
* @param attr QSet of integer values refering to the attributes from the vector layer to show.
260+
* @param attr QSet of integer values referring to the attributes from the vector layer to show.
261261
* Set to an empty QSet to show all feature attributes.
262262
* @param refresh set to true to force the table to refetch features from its vector layer
263263
* 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
@@ -1039,7 +1039,7 @@ void QgsRasterLayer::setDrawingStyle( QString const & theDrawingStyleQString )
10391039
{
10401040
QgsDebugMsgLevel( "Setting drawingStyle to SingleBandColorDataStyle " + QString::number( QgsRaster::SingleBandColorDataStyle ), 4 );
10411041
drawingStyle = QgsRaster::SingleBandColorDataStyle;
1042-
QgsDebugMsgLevel( "Setted drawingStyle to " + QString::number( drawingStyle ), 4 );
1042+
QgsDebugMsgLevel( "drawingStyle set to " + QString::number( drawingStyle ), 4 );
10431043
}
10441044
else
10451045
{

‎src/gui/symbology-ng/qgsstylev2managerdialog.cpp

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

‎src/plugins/dxf2shp_converter/dxflib/src/dl_entities.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,7 @@ struct DXFLIB_EXPORT DL_InsertData {
697697
double sz;
698698
/*! Rotation angle in degrees. */
699699
double angle;
700-
/*! Number of colums if we insert an array of the block or 1. */
700+
/*! Number of columns if we insert an array of the block or 1. */
701701
int cols;
702702
/*! Number of rows if we insert an array of the block or 1. */
703703
int rows;

‎src/providers/gdal/qgsgdalprovider.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -601,7 +601,7 @@ void QgsGdalProvider::readBlock( int theBandNo, QgsRectangle const & theExtent,
601601
char *tmpBlock = ( char * )qgsMalloc( dataSize * tmpWidth * tmpHeight );
602602
if ( ! tmpBlock )
603603
{
604-
QgsDebugMsg( QString( "Coudn't allocate temporary buffer of %1 bytes" ).arg( dataSize * tmpWidth * tmpHeight ) );
604+
QgsDebugMsg( QString( "Couldn't allocate temporary buffer of %1 bytes" ).arg( dataSize * tmpWidth * tmpHeight ) );
605605
return;
606606
}
607607
GDALRasterBandH gdalBand = GDALGetRasterBand( mGdalDataset, theBandNo );

‎src/providers/virtual/qgsvirtuallayersourceselectbase.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ In particular, saving a virtual layer with embedded layers to a QLR file can be
165165
<item>
166166
<widget class="QgsCodeEditorSQL" name="mQueryEdit" native="true">
167167
<property name="toolTip">
168-
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This is the SQL query editor. You can edit here an SQL query refering to any existing vector layers or embedded layers.&lt;/p&gt;&lt;p&gt;Virtual layers rely on SQLite and Spatialite. Any functions from SQLite or Spatialite can then be used in the query. To add or access geometries of a table, you can use &quot;tablename.geometry&quot;, regardless of original geometry column's name.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Special comments:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Because it is not always possible to autodetect the data type of each column in a query, special comments can be used in the query to force a specific type.&lt;/p&gt;&lt;p&gt;Special comments must be placed on the right of a column name and have the form &lt;tt&gt;/*:type*/&lt;/tt&gt; where type can be any of &lt;span style=&quot; font-style:italic;&quot;&gt;int&lt;/span&gt;, &lt;span style=&quot; font-style:italic;&quot;&gt;real&lt;/span&gt; or &lt;span style=&quot; font-style:italic;&quot;&gt;text&lt;/span&gt;. They can also be used to specify the type and SRID of the geometry column with the following syntax: &lt;tt&gt;/*:gtype:srid*/&lt;/tt&gt; where &lt;span style=&quot; font-style:italic;&quot;&gt;gtype&lt;/span&gt; can be &lt;span style=&quot; font-style:italic;&quot;&gt;point&lt;/span&gt;, &lt;span style=&quot; font-style:italic;&quot;&gt;linestring&lt;/span&gt; or &lt;span style=&quot; font-style:italic;&quot;&gt;polygon&lt;/span&gt; (with an optional &lt;span style=&quot; font-style:italic;&quot;&gt;multi&lt;/span&gt; prefix) and &lt;span style=&quot; font-style:italic;&quot;&gt;srid&lt;/span&gt; is an integer identifier.&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;p&gt;&lt;tt&gt;SELECT id + 1 as id /*:int*/, ST_Centroid(geometry) as geom /*:point:4326*/ FROM tab&lt;/tt&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
168+
<string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;This is the SQL query editor. You can edit here an SQL query referring to any existing vector layers or embedded layers.&lt;/p&gt;&lt;p&gt;Virtual layers rely on SQLite and Spatialite. Any functions from SQLite or Spatialite can then be used in the query. To add or access geometries of a table, you can use &quot;tablename.geometry&quot;, regardless of original geometry column's name.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Special comments:&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Because it is not always possible to autodetect the data type of each column in a query, special comments can be used in the query to force a specific type.&lt;/p&gt;&lt;p&gt;Special comments must be placed on the right of a column name and have the form &lt;tt&gt;/*:type*/&lt;/tt&gt; where type can be any of &lt;span style=&quot; font-style:italic;&quot;&gt;int&lt;/span&gt;, &lt;span style=&quot; font-style:italic;&quot;&gt;real&lt;/span&gt; or &lt;span style=&quot; font-style:italic;&quot;&gt;text&lt;/span&gt;. They can also be used to specify the type and SRID of the geometry column with the following syntax: &lt;tt&gt;/*:gtype:srid*/&lt;/tt&gt; where &lt;span style=&quot; font-style:italic;&quot;&gt;gtype&lt;/span&gt; can be &lt;span style=&quot; font-style:italic;&quot;&gt;point&lt;/span&gt;, &lt;span style=&quot; font-style:italic;&quot;&gt;linestring&lt;/span&gt; or &lt;span style=&quot; font-style:italic;&quot;&gt;polygon&lt;/span&gt; (with an optional &lt;span style=&quot; font-style:italic;&quot;&gt;multi&lt;/span&gt; prefix) and &lt;span style=&quot; font-style:italic;&quot;&gt;srid&lt;/span&gt; is an integer identifier.&lt;/p&gt;&lt;p&gt;Example:&lt;/p&gt;&lt;p&gt;&lt;tt&gt;SELECT id + 1 as id /*:int*/, ST_Centroid(geometry) as geom /*:point:4326*/ FROM tab&lt;/tt&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
169169
</property>
170170
</widget>
171171
</item>

‎src/ui/qgsgraduatedsymbolrendererv2widget.ui

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Positive is number of decimal places
109109
Negative rounds to powers of 10</string>
110110
</property>
111111
<property name="prefix">
112-
<string>Precison </string>
112+
<string>Precision </string>
113113
</property>
114114
<property name="minimum">
115115
<number>0</number>

0 commit comments

Comments
 (0)
Please sign in to comment.