Skip to content

Commit 3c2d44b

Browse files
authored
Merge pull request #9233 from Alexis-B/typo
Typo
2 parents 5a96fab + 5b230ab commit 3c2d44b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

python/core/auto_generated/qgstaskmanager.sip.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Returns true if all dependencies for the specified task are satisfied
398398
QList< QgsMapLayer * > dependentLayers( long taskId ) const;
399399
%Docstring
400400
Returns a list of layers on which as task is dependent. The task will automatically
401-
be canceled if any of these layers are above to be removed.
401+
be canceled if any of these layers are about to be removed.
402402

403403
:param taskId: task ID
404404

src/core/qgstaskmanager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -467,7 +467,7 @@ class CORE_EXPORT QgsTaskManager : public QObject
467467

468468
/**
469469
* Returns a list of layers on which as task is dependent. The task will automatically
470-
* be canceled if any of these layers are above to be removed.
470+
* be canceled if any of these layers are about to be removed.
471471
* \param taskId task ID
472472
* \returns list of layers
473473
* \see tasksDependentOnLayer()

0 commit comments

Comments
 (0)