From 93286789c5679fd6cbf14bf9ca39e1cce7036e9d Mon Sep 17 00:00:00 2001 From: iTrooz Date: Sat, 1 Mar 2025 20:12:31 +0100 Subject: [PATCH] fix typo Signed-off-by: iTrooz --- 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 b5d9bec65..503d6a6b6 100644 --- a/launcher/tasks/Task.h +++ b/launcher/tasks/Task.h @@ -137,7 +137,7 @@ class Task : public QObject, public QRunnable { signals: void started(); void progress(qint64 current, qint64 total); - //! called when a task has eother succeeded, aborted or failed. + //! called when a task has either succeeded, aborted or failed. void finished(); //! called when a task has succeeded void succeeded();