aboutsummaryrefslogtreecommitdiffstats
path: root/hypervideo_gui.py
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-11 20:00:42 -0500
committerJesús <heckyel@hyperbola.info>2019-12-11 20:00:42 -0500
commit05d51722f2fcec63896acd8366c4bdddb43a1108 (patch)
treeb3332abaca78c920ac7dcceb8bb9644d240eb907 /hypervideo_gui.py
parentbd78c69ba7c903546ca36d54e9adcf93b4f945ba (diff)
downloadhypervideo-gui-05d51722f2fcec63896acd8366c4bdddb43a1108.tar.lz
hypervideo-gui-05d51722f2fcec63896acd8366c4bdddb43a1108.tar.xz
hypervideo-gui-05d51722f2fcec63896acd8366c4bdddb43a1108.zip
fix typo
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