Skip to content

Commit 69f069a

Browse files
committedOct 26, 2017
spelling stuff
1 parent 82d94aa commit 69f069a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎python/core/qgsvectorlayerutils.sip

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ class QgsVectorLayerUtils
103103
\param feature the active feature
104104
\param project
105105
\param depth the higher this number the deeper the level - With depth > 0 the children of the feature are not duplicated
106-
\param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. childs)
106+
\param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. children)
107107
.. versionadded:: 3.0
108108
:rtype: QgsFeature
109109
%End

‎src/core/qgsvectorlayerutils.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ class CORE_EXPORT QgsVectorLayerUtils
113113
* \param feature the active feature
114114
* \param project
115115
* \param depth the higher this number the deeper the level - With depth > 0 the children of the feature are not duplicated
116-
* \param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. childs)
116+
* \param duplicateFeatureContext stores all the layers and the featureids of the duplicated features (incl. children)
117117
* \since QGIS 3.0
118118
*/
119119
static QgsFeature duplicateFeature( QgsVectorLayer *layer, const QgsFeature &feature, QgsProject *project, int depth, QgsDuplicateFeatureContext &duplicateFeatureContext SIP_OUT );

0 commit comments

Comments
 (0)
Please sign in to comment.