more missed spelling

This commit is contained in:
uclaros 2020-04-04 12:24:23 +03:00 committed by Nyall Dawson
parent ad0e043161
commit b48a5760be
2 changed files with 2 additions and 2 deletions

View File

@ -212,7 +212,7 @@ children.
int depth() const;
%Docstring
Returns the depth of this node, i.e. the number of it's ancestors
Returns the depth of this node, i.e. the number of its ancestors
.. versionadded:: 3.14
%End

View File

@ -209,7 +209,7 @@ class CORE_EXPORT QgsLayerTreeNode : public QObject
QList< QgsMapLayer * > checkedLayers() const;
/**
* Returns the depth of this node, i.e. the number of it's ancestors
* Returns the depth of this node, i.e. the number of its ancestors
* \since QGIS 3.14
*/
int depth() const;