Fixed typo.

This commit is contained in:
Bob Lantz
2010-05-04 17:32:46 -07:00
parent fa20913b56
commit c79882b766
+1 -1
View File
@@ -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 )