aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-12-20 11:20:06 -0500
committerJesús <heckyel@hyperbola.info>2019-12-20 11:20:06 -0500
commit2c65dbd9b079c7d9eb8d233f3b1d39181d9543c6 (patch)
tree3ba32b477e63d9f6b17170a854b3d8659d361f88
parent0fba3581318a4c3a53438e081ea757538c13d739 (diff)
downloadhypervideo-gui-2c65dbd9b079c7d9eb8d233f3b1d39181d9543c6.tar.lz
hypervideo-gui-2c65dbd9b079c7d9eb8d233f3b1d39181d9543c6.tar.xz
hypervideo-gui-2c65dbd9b079c7d9eb8d233f3b1d39181d9543c6.zip
fix comment typo
-rw-r--r--hypervideo_gui/main_ui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/hypervideo_gui/main_ui.py b/hypervideo_gui/main_ui.py
index 47a4f6f..2203298 100644
--- a/hypervideo_gui/main_ui.py
+++ b/hypervideo_gui/main_ui.py
@@ -33,7 +33,7 @@ from PyQt5.QtWidgets import (
QWidget,
)
-# Debuging
+# Debugging
if len(sys.argv) == 2:
if sys.argv[1] == '-v':
DEBUG = 0