Changed comment on iperf.

This commit is contained in:
Bob Lantz
2010-04-10 22:40:12 -07:00
parent e123afea97
commit c3a583c813
+1 -1
View File
@@ -176,7 +176,7 @@ class ConsoleApp( Frame ):
console.sendCmd( 'ping ' + ip ) console.sendCmd( 'ping ' + ip )
def iperf( self ): def iperf( self ):
"Tell each console to ping the next one." "Tell each console to iperf to the next one."
consoles = self.consoles consoles = self.consoles
count = len( consoles ) count = len( consoles )
for console in consoles: for console in consoles: