From 05d51722f2fcec63896acd8366c4bdddb43a1108 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Wed, 11 Dec 2019 20:00:42 -0500 Subject: fix typo --- hypervideo_gui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypervideo_gui.py') diff --git a/hypervideo_gui.py b/hypervideo_gui.py index 89bfa85..803545f 100644 --- a/hypervideo_gui.py +++ b/hypervideo_gui.py @@ -325,7 +325,7 @@ class App(QMainWindow): self.add_item_to_downloads_combobox(text) def add_item_to_downloads_combobox(self, text): - ''' Add item to download comboboc ''' + ''' Add item to download combobox ''' if text not in self.download_folder_list: # if it's not in the list, add it to the list self.download_folder_list = [text]+self.download_folder_list -- cgit v1.2.3