From 9a7ce26354a7a7fe874ab62559341863c3d0b84a Mon Sep 17 00:00:00 2001 From: Harrissou Sant-anna Date: Mon, 16 Dec 2024 22:26:24 +0100 Subject: [PATCH] Typo fix --- .../labeling/qgslabelingenginesettings.sip.in | 6 +++--- .../labeling/qgslabelingenginesettings.sip.in | 6 +++--- src/core/labeling/qgslabelingenginesettings.h | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/python/PyQt6/core/auto_generated/labeling/qgslabelingenginesettings.sip.in b/python/PyQt6/core/auto_generated/labeling/qgslabelingenginesettings.sip.in index 2a9ad1d288b0..10465e676da8 100644 --- a/python/PyQt6/core/auto_generated/labeling/qgslabelingenginesettings.sip.in +++ b/python/PyQt6/core/auto_generated/labeling/qgslabelingenginesettings.sip.in @@ -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` @@ -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. @@ -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. diff --git a/python/core/auto_generated/labeling/qgslabelingenginesettings.sip.in b/python/core/auto_generated/labeling/qgslabelingenginesettings.sip.in index 12417c961f9e..05d61d9e3f1a 100644 --- a/python/core/auto_generated/labeling/qgslabelingenginesettings.sip.in +++ b/python/core/auto_generated/labeling/qgslabelingenginesettings.sip.in @@ -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` @@ -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. @@ -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. diff --git a/src/core/labeling/qgslabelingenginesettings.h b/src/core/labeling/qgslabelingenginesettings.h index 9e11d649b9ea..e0f71466249f 100644 --- a/src/core/labeling/qgslabelingenginesettings.h +++ b/src/core/labeling/qgslabelingenginesettings.h @@ -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() @@ -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() @@ -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. @@ -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.