diff options
author | Jesús <heckyel@hyperbola.info> | 2019-12-11 20:00:42 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-12-11 20:00:42 -0500 |
commit | 05d51722f2fcec63896acd8366c4bdddb43a1108 (patch) | |
tree | b3332abaca78c920ac7dcceb8bb9644d240eb907 /hypervideo_gui.py | |
parent | bd78c69ba7c903546ca36d54e9adcf93b4f945ba (diff) | |
download | hypervideo-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.py | 2 |
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 |