From b4983a6a968dd0d50661c33aaedca63734c2377b Mon Sep 17 00:00:00 2001 From: Mathieu Maret Date: Mon, 7 Mar 2016 11:02:28 +0100 Subject: [PATCH] [script][flash_all] Fix typo --- scripts/flash_all | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/flash_all b/scripts/flash_all index 254c8d9..a6b8754 100755 --- a/scripts/flash_all +++ b/scripts/flash_all @@ -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