From 6826a07133e456209f248f18388db68c7f647e96 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Tue, 28 May 2013 11:24:02 +0200 Subject: [PATCH] Fix typo in run tool --- tool/run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/run b/tool/run index 7cafd01c4..0b9aac7e7 100755 --- a/tool/run +++ b/tool/run @@ -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"