]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
ControlScripts: typo fix
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Fri, 19 Nov 2010 17:37:58 +0000 (19:37 +0200)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Fri, 19 Nov 2010 17:39:21 +0000 (19:39 +0200)
ControlScripts/schedule_client.sh

index 99a0f7056435538b1f1b657d9f57385d38af5881..4cae67e59a75063789572674392d36ca181173ae 100755 (executable)
@@ -87,7 +87,7 @@ DEBUG echo "stop_time is ${stop_time}"
 
 # Initial sleep (before the client is started for the first time)
 to_sleep=${start_time}
-# Saving sleep time to log file - this script's putput is redirected to the client log file
+# Saving sleep time to log file - this script's output is redirected to the client log file
 echo "SLEEP $to_sleep"
 sleep ${to_sleep}
 
@@ -113,7 +113,7 @@ for ((i = 0; i < ${#suspend_resume[@]}; i += 2)); do
        test_infinite ${suspend_resume[$(($i+1))]}
 
        to_sleep=$((${suspend_resume[$(($i+1))]} - ${old_time}))
-       # Saving sleep time to log file - this script's putput is redirected to the client log file
+       # Saving sleep time to log file - this script's output is redirected to the client log file
        echo "SLEEP $to_sleep"
        sleep ${to_sleep}
        resume_client ${client_pid}