aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
Diffstat (limited to 'hypervideo_gui.py')
-rw-r--r--hypervideo_gui.py2
1 files changed, 1 insertions, 1 deletions
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