From 053c531177c924dc2b9e71ef792985932818abdc Mon Sep 17 00:00:00 2001 From: "Juergen E. Fischer" Date: Tue, 1 Nov 2016 13:46:29 +0100 Subject: [PATCH] fix typos (cherry picked from commit 7a326b1b8d7026bc2782afc0fdc5abbaa1065370) --- python/gui/qgsextentgroupbox.sip | 2 +- python/plugins/processing/algs/help/qgis.yaml | 4 ++-- src/gui/qgsextentgroupbox.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/python/gui/qgsextentgroupbox.sip b/python/gui/qgsextentgroupbox.sip index 1a5c6589d4d6..c2b72d0e2ae5 100644 --- a/python/gui/qgsextentgroupbox.sip +++ b/python/gui/qgsextentgroupbox.sip @@ -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: diff --git a/python/plugins/processing/algs/help/qgis.yaml b/python/plugins/processing/algs/help/qgis.yaml index bcf266fe7392..306161167e74 100644 --- a/python/plugins/processing/algs/help/qgis.yaml +++ b/python/plugins/processing/algs/help/qgis.yaml @@ -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: diff --git a/src/gui/qgsextentgroupbox.h b/src/gui/qgsextentgroupbox.h index b8ca1331bca8..19c545e45c5b 100644 --- a/src/gui/qgsextentgroupbox.h +++ b/src/gui/qgsextentgroupbox.h @@ -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: