diff options
author | Timo Juhani Lindfors <timo.lindfors@iki.fi> | 2011-12-07 15:09:38 -0800 |
---|---|---|
committer | Johnathan Corgan <jcorgan@corganenterprises.com> | 2011-12-07 15:09:38 -0800 |
commit | 9a3f3caf81837ff088491b61ebe8a38277cb1d78 (patch) | |
tree | 521dbdc9e17612cf82ce50f5d557695088900c99 /grc/gui | |
parent | bea71c727e74f35c97880c97d2ff7cd5ff08ead0 (diff) |
grc: fix typos
Diffstat (limited to 'grc/gui')
-rw-r--r-- | grc/gui/Messages.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grc/gui/Messages.py b/grc/gui/Messages.py index 80057e0ba6..e98e897aa6 100644 --- a/grc/gui/Messages.py +++ b/grc/gui/Messages.py @@ -62,7 +62,7 @@ def send_end_load(): def send_fail_load(error): send('Error: %s\n'%error) - send('>>> Failue\n') + send('>>> Failure\n') traceback.print_exc() ################# functions for generating flow graphs ######################################## @@ -71,7 +71,7 @@ def send_start_gen(file_path): def send_fail_gen(error): send('Generate Error: %s\n'%error) - send('>>> Failue\n') + send('>>> Failure\n') traceback.print_exc() ################# functions for executing flow graphs ######################################## |