diff options
author | A. Maitland Bottoms <bottoms@debian.org> | 2016-06-20 09:55:57 -0700 |
---|---|---|
committer | Johnathan Corgan <johnathan@corganlabs.com> | 2016-06-20 09:55:57 -0700 |
commit | 037b34f9de04eec6d31941abff4e53fec83b0fe5 (patch) | |
tree | bf6a0cd0eb15f5ec7cb25a454118e05d64d5803e /gr-utils/python/utils/gr_plot_qt | |
parent | 2a6c82f5c2b719720dc180276c9815287e8a9586 (diff) |
Spelling fixes throughout the tree.
Diffstat (limited to 'gr-utils/python/utils/gr_plot_qt')
-rwxr-xr-x | gr-utils/python/utils/gr_plot_qt | 2 |
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: |