diff options
Diffstat (limited to 'grc/core/FlowGraph.py')
-rw-r--r-- | grc/core/FlowGraph.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/FlowGraph.py b/grc/core/FlowGraph.py index b57a93d551..7ee8e45f75 100644 --- a/grc/core/FlowGraph.py +++ b/grc/core/FlowGraph.py @@ -427,7 +427,7 @@ class FlowGraph(Element): block.rewrite() # Make ports visible # Flowgraph errors depending on disabled blocks are not displayed # in the error dialog box - # So put a messsage into the Property window of the dummy block + # So put a message into the Property window of the dummy block block.add_error_message('Block id "{}" not found.'.format(block.key)) self.rewrite() # global rewrite |