From 05e538ca5c58f7cc70bfade62af085724b0bc985 Mon Sep 17 00:00:00 2001 From: Stelios Tsampas <142770+loathingKernel@users.noreply.github.com> Date: Mon, 20 Feb 2023 11:32:48 +0200 Subject: [PATCH] Update rare/components/tabs/downloads/groups.py Co-authored-by: multisn8 --- rare/components/tabs/downloads/groups.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rare/components/tabs/downloads/groups.py b/rare/components/tabs/downloads/groups.py index f16506ed..ef5babb9 100644 --- a/rare/components/tabs/downloads/groups.py +++ b/rare/components/tabs/downloads/groups.py @@ -31,7 +31,7 @@ class UpdateGroup(QGroupBox): self.__text = QLabel(self.tr("No updates available")) self.__text.setSizePolicy(QSizePolicy.Expanding, QSizePolicy.Fixed) - # lk: For findChildren to work, the upates's layout has to be in a widget + # lk: For findChildren to work, the update's layout has to be in a widget self.__container = QWidget(self) self.__container.setVisible(False) container_layout = QVBoxLayout(self.__container)