bin: fix speeling

This commit is contained in:
Jared Boone
2017-02-21 23:12:13 -08:00
parent 6988afb1b5
commit 152fb77d54
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ if [ -n "${ram_firmware}" ]; then
printf "\nFound firmware: ${ram_firmware}\n"
printf "Flashing...\n"
else
printf "Unable to fine firmware to flash, please have hackrf_one_usb.dfu\n"
printf "Unable to find firmware to flash, please have hackrf_one_usb.dfu\n"
printf "in current directory or /usr/share/hackrf/\n"
exit 1
fi
@@ -33,7 +33,7 @@ if [ -n "${rom_firmware}" ]; then
printf "\nFound firmware: ${rom_firmware}\n"
printf "Flashing...\n"
else
printf "Unable to fine firmware to flash, please have portapack-h1-firmware.bin\n"
printf "Unable to find firmware to flash, please have portapack-h1-firmware.bin\n"
printf "in current directory or /usr/share/hackrf/\n"
exit 1
fi