Skip to content

Commit

Permalink
Fix typo in run tool
Browse files Browse the repository at this point in the history
  • Loading branch information
skalk committed May 28, 2013
1 parent 4a9b1c6 commit 6826a07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/run
Original file line number Diff line number Diff line change
Expand Up @@ -639,7 +639,7 @@ proc power_plug_reset {} {
regexp -all {[0-9]+} $expect_out(0,string) power_status
if {!$power_status} {
puts "port $power_port is off - switching it on"
send -i $connetion_id "port $power_port 1\n"
send -i $connection_id "port $power_port 1\n"
expect -i $connection_id "250 OK"
} else {
puts "port $power_port is on - reset port"
Expand Down

0 comments on commit 6826a07

Please sign in to comment.