Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and github-actions[bot] committed Dec 17, 2024
1 parent 538fcc8 commit 9a7ce26
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Sets the placement engine ``version``, which dictates how the label placement pr

QList< QgsAbstractLabelingEngineRule * > rules();
%Docstring
Returns a list of labeling engine rules which must be satifisfied
Returns a list of labeling engine rules which must be satisfied
while placing labels.

.. seealso:: :py:func:`addRule`
Expand All @@ -260,7 +260,7 @@ while placing labels.

void addRule( QgsAbstractLabelingEngineRule *rule /Transfer/ );
%Docstring
Adds a labeling engine ``rule`` which must be satifisfied
Adds a labeling engine ``rule`` which must be satisfied
while placing labels.

Ownership of the rule is transferred to the settings.
Expand All @@ -274,7 +274,7 @@ Ownership of the rule is transferred to the settings.

void setRules( const QList< QgsAbstractLabelingEngineRule * > &rules /Transfer/ );
%Docstring
Sets the labeling engine ``rules`` which must be satifisfied
Sets the labeling engine ``rules`` which must be satisfied
while placing labels.

Ownership of the rules are transferred to the settings.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ Sets the placement engine ``version``, which dictates how the label placement pr

QList< QgsAbstractLabelingEngineRule * > rules();
%Docstring
Returns a list of labeling engine rules which must be satifisfied
Returns a list of labeling engine rules which must be satisfied
while placing labels.

.. seealso:: :py:func:`addRule`
Expand All @@ -260,7 +260,7 @@ while placing labels.

void addRule( QgsAbstractLabelingEngineRule *rule /Transfer/ );
%Docstring
Adds a labeling engine ``rule`` which must be satifisfied
Adds a labeling engine ``rule`` which must be satisfied
while placing labels.

Ownership of the rule is transferred to the settings.
Expand All @@ -274,7 +274,7 @@ Ownership of the rule is transferred to the settings.

void setRules( const QList< QgsAbstractLabelingEngineRule * > &rules /Transfer/ );
%Docstring
Sets the labeling engine ``rules`` which must be satifisfied
Sets the labeling engine ``rules`` which must be satisfied
while placing labels.

Ownership of the rules are transferred to the settings.
Expand Down
8 changes: 4 additions & 4 deletions src/core/labeling/qgslabelingenginesettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ class CORE_EXPORT QgsLabelingEngineSettings
void setPlacementVersion( Qgis::LabelPlacementEngineVersion version );

/**
* Returns a list of labeling engine rules which must be satifisfied
* Returns a list of labeling engine rules which must be satisfied
* while placing labels.
*
* \see addRule()
Expand All @@ -253,7 +253,7 @@ class CORE_EXPORT QgsLabelingEngineSettings
QList< QgsAbstractLabelingEngineRule * > rules();

/**
* Returns a list of labeling engine rules which must be satifisfied
* Returns a list of labeling engine rules which must be satisfied
* while placing labels.
*
* \see addRule()
Expand All @@ -263,7 +263,7 @@ class CORE_EXPORT QgsLabelingEngineSettings
QList< const QgsAbstractLabelingEngineRule * > rules() const SIP_SKIP;

/**
* Adds a labeling engine \a rule which must be satifisfied
* Adds a labeling engine \a rule which must be satisfied
* while placing labels.
*
* Ownership of the rule is transferred to the settings.
Expand All @@ -275,7 +275,7 @@ class CORE_EXPORT QgsLabelingEngineSettings
void addRule( QgsAbstractLabelingEngineRule *rule SIP_TRANSFER );

/**
* Sets the labeling engine \a rules which must be satifisfied
* Sets the labeling engine \a rules which must be satisfied
* while placing labels.
*
* Ownership of the rules are transferred to the settings.
Expand Down

0 comments on commit 9a7ce26

Please sign in to comment.