Skip to content
Snippets Groups Projects
Commit c79882b7 authored by Bob Lantz's avatar Bob Lantz
Browse files

Fixed typo.

parent fa20913b
No related branches found
No related tags found
No related merge requests found
......@@ -433,7 +433,7 @@ def stop( self, wait=True ):
quietRun( 'killall -9 iperf' )
def quit( self ):
"Stope everything and quit."
"Stop everything and quit."
self.stop( wait=False)
Frame.quit( self )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment