fix typos

This commit is contained in:
Juergen E. Fischer 2016-11-01 13:46:29 +01:00
parent 667718bc89
commit 7a326b1b8d
3 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ class QgsExtentGroupBox : QgsCollapsibleGroupBox
//! set output extent to be the same as current extent (may be transformed to output CRS)
void setOutputExtentFromCurrent();
//! set output extent to custom extent (may be transformed to outut CRS)
//! set output extent to custom extent (may be transformed to output CRS)
void setOutputExtentFromUser( const QgsRectangle& extent, const QgsCoordinateReferenceSystem& crs );
signals:

View File

@ -484,9 +484,9 @@ qgis:splitlineswithlines: >
This algorithm split the lines in a line layer using the lines in another line layer to define the breaking points. Intersection between geometries in both layers are considered as split points.
qgis:splitvectorlayer: >
This algorithm takes a vector layer and an attribute and generates a set of vector layers in an outut folder. Each of the layers created in that folder contains all features from the input layer with the same value for the specified attribute.
This algorithm takes a vector layer and an attribute and generates a set of vector layers in an output folder. Each of the layers created in that folder contains all features from the input layer with the same value for the specified attribute.
The number of files generated is equal to the nuber of different values found for the specified attribute.
The number of files generated is equal to the nubmer of different values found for the specified attribute.
qgis:statisticsbycategories:

View File

@ -84,7 +84,7 @@ class GUI_EXPORT QgsExtentGroupBox : public QgsCollapsibleGroupBox, private Ui::
//! set output extent to be the same as current extent (may be transformed to output CRS)
void setOutputExtentFromCurrent();
//! set output extent to custom extent (may be transformed to outut CRS)
//! set output extent to custom extent (may be transformed to output CRS)
void setOutputExtentFromUser( const QgsRectangle& extent, const QgsCoordinateReferenceSystem& crs );
signals: