[script][flash_all] Fix typo

This commit is contained in:
Mathieu Maret 2016-03-07 11:02:28 +01:00
parent 385edc5dad
commit b4983a6a96

View File

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