Skip to content

Commit da45127

Browse files
committed
fix typos
(cherry picked from commit 7a326b1)
1 parent d0774e6 commit da45127

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

python/gui/qgsextentgroupbox.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ class QgsExtentGroupBox : QgsCollapsibleGroupBox
5858
//! set output extent to be the same as current extent (may be transformed to output CRS)
5959
void setOutputExtentFromCurrent();
6060

61-
//! set output extent to custom extent (may be transformed to outut CRS)
61+
//! set output extent to custom extent (may be transformed to output CRS)
6262
void setOutputExtentFromUser( const QgsRectangle& extent, const QgsCoordinateReferenceSystem& crs );
6363

6464
signals:

python/plugins/processing/algs/help/qgis.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -410,9 +410,9 @@ qgis:splitlineswithlines: >
410410
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.
411411

412412
qgis:splitvectorlayer: >
413-
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.
413+
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.
414414

415-
The number of files generated is equal to the nuber of different values found for the specified attribute.
415+
The number of files generated is equal to the number of different values found for the specified attribute.
416416

417417
qgis:statisticsbycategories:
418418

src/gui/qgsextentgroupbox.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ class GUI_EXPORT QgsExtentGroupBox : public QgsCollapsibleGroupBox, private Ui::
8484
//! set output extent to be the same as current extent (may be transformed to output CRS)
8585
void setOutputExtentFromCurrent();
8686

87-
//! set output extent to custom extent (may be transformed to outut CRS)
87+
//! set output extent to custom extent (may be transformed to output CRS)
8888
void setOutputExtentFromUser( const QgsRectangle& extent, const QgsCoordinateReferenceSystem& crs );
8989

9090
signals:

0 commit comments

Comments
 (0)