# 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}
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}