From c79882b766aacf3c2005f1bc27eb3568a2ed21b9 Mon Sep 17 00:00:00 2001 From: Bob Lantz Date: Tue, 4 May 2010 17:32:46 -0700 Subject: [PATCH] Fixed typo. --- examples/consoles.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/consoles.py b/examples/consoles.py index dac9cd2..3b071eb 100755 --- a/examples/consoles.py +++ b/examples/consoles.py @@ -433,7 +433,7 @@ class ConsoleApp( Frame ): quietRun( 'killall -9 iperf' ) def quit( self ): - "Stope everything and quit." + "Stop everything and quit." self.stop( wait=False) Frame.quit( self )