Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
(cherry picked from commit 7a326b1)
  • Loading branch information
jef-n committed Nov 1, 2016
1 parent d0774e6 commit da45127
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
Expand Up @@ -410,9 +410,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 number of different values found for the specified attribute.

qgis:statisticsbycategories:

Expand Down
2 changes: 1 addition & 1 deletion src/gui/qgsextentgroupbox.h
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit da45127

Please sign in to comment.