[script][flash_all] Fix typo

This commit is contained in:
Mathieu Maret 2016-03-07 11:02:28 +01:00
parent 385edc5dad
commit b4983a6a96
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function check_presence {
if [[ $? == 0 ]] ; then
reboot_and_wait_for_device $serial
else
echo "Error: Cannot found device $seial"
echo "Error: Cannot found device $serial"
exit 1;
fi
fi