summaryrefslogtreecommitdiff
path: root/gr-utils/python/utils/gr_plot_qt
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/python/utils/gr_plot_qt')
-rwxr-xr-xgr-utils/python/utils/gr_plot_qt2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/utils/gr_plot_qt b/gr-utils/python/utils/gr_plot_qt
index 153359f0c6..9205d23a7e 100755
--- a/gr-utils/python/utils/gr_plot_qt
+++ b/gr-utils/python/utils/gr_plot_qt
@@ -26,7 +26,7 @@ except ImportError:
raise SystemExit, 1
try:
- # FIXME: reenable this before committing
+ # FIXME: re-enable this before committing
#from gnuradio.pyqt_plot import Ui_MainWindow
from gnuradio.pyqt_plot import Ui_MainWindow
except ImportError: