diff options
author | luz paz <luzpaz@users.noreply.github.com> | 2021-01-29 15:47:34 -0500 |
---|---|---|
committer | Martin Braun <martin@gnuradio.org> | 2021-02-08 17:40:25 +0100 |
commit | 11ec061846d488f2bb58c26ac7a74ac8e329810d (patch) | |
tree | b85f26f6785a74548221ed51025a6574c4386f12 /grc/gui | |
parent | 5287d09007a30c225565fa71b4b776f76664ac97 (diff) |
Fix typos
Found via `codespell v2.1.dev0`
`codespell -q 3 -L ans,fo,hist,inout,ist,ith,nd,sinc,uint -S ./volk`
Signed-off-by: luz paz <luzpaz@users.noreply.github.com>
Signed-off-by: Josh Morman <jmorman@perspectalabs.com>
Diffstat (limited to 'grc/gui')
-rw-r--r-- | grc/gui/Application.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/Application.py b/grc/gui/Application.py index 4992b24a61..f838b38406 100644 --- a/grc/gui/Application.py +++ b/grc/gui/Application.py @@ -723,7 +723,7 @@ class Application(Gtk.Application): Dialogs.show_missing_xterm(main, xterm) self.config.xterm_missing(xterm) if page.saved and page.file_path: - # Save config before exection + # Save config before execution self.config.save() Executor.ExecFlowGraphThread( flow_graph_page=page, |