From 3fb6764ea48e942a655aafbbce9fc4a226839eff Mon Sep 17 00:00:00 2001 From: iTrooz Date: Fri, 29 Nov 2024 00:13:43 +0100 Subject: [PATCH] fix typo --- launcher/tasks/Task.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/launcher/tasks/Task.h b/launcher/tasks/Task.h index 7a61ddbb4..0ec818684 100644 --- a/launcher/tasks/Task.h +++ b/launcher/tasks/Task.h @@ -155,7 +155,7 @@ class Task : public QObject, public QRunnable { //! used by the task caller to start the task virtual void start(); - //! used by external code to ask the task to aborta + //! used by external code to ask the task to abort virtual bool abort() { if (canAbort())