From ca3a2893f9c6e9c9869063e383431217381532f5 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas <142770+loathingKernel@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:32:28 +0200 Subject: [PATCH] Update rare/components/tabs/downloads/__init__.py Co-authored-by: multisn8 --- rare/components/tabs/downloads/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rare/components/tabs/downloads/__init__.py b/rare/components/tabs/downloads/__init__.py index ce98aab3..d2aa93f3 100644 --- a/rare/components/tabs/downloads/__init__.py +++ b/rare/components/tabs/downloads/__init__.py @@ -158,7 +158,7 @@ class DownloadsTab(QWidget): """ self.__thread.kill() self.download_widget.ui.kill_button.setEnabled(False) - # lk: if we are exitin Rare, waif for thread to finish + # lk: if we are exiting Rare, wait for thread to finish # `self.on_exit` control whether we try to add the download # back in the queue. If we are on exit we wait for the thread # to finish, we do not care about handling the result really