Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix typos
(cherry picked from commit 7a326b1)
  • Loading branch information
jef-n committed Nov 1, 2016
1 parent 819f571 commit 053c531
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion python/gui/qgsextentgroupbox.sip
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions python/plugins/processing/algs/help/qgis.yaml
Expand Up @@ -394,9 +394,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:

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsextentgroupbox.h
Expand Up @@ -70,7 +70,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:
Expand Down

0 comments on commit 053c531

Please sign in to comment.