From 2c65dbd9b079c7d9eb8d233f3b1d39181d9543c6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Fri, 20 Dec 2019 11:20:06 -0500 Subject: fix comment typo --- hypervideo_gui/main_ui.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hypervideo_gui/main_ui.py') 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 -- cgit v1.2.3