Skip to content
Snippets Groups Projects
Commit 152fb77d authored by Jared Boone's avatar Jared Boone
Browse files

bin: fix speeling

parent 6988afb1
No related branches found
No related tags found
No related merge requests found
......@@ -17,12 +17,12 @@ 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
for i in /usr/share/hackrf/hackrf_one_usb.bin /usr/share/hackrf/hckrf_one_usb_rom_to_ram.bin hackrf_one_usb.bin; do
for i in /usr/share/hackrf/hackrf_one_usb.bin /usr/share/hackrf/hackrf_one_usb_rom_to_ram.bin hackrf_one_usb.bin; do
if [ -r "${i}" ]; then
rom_firmware="${i}"
break
......@@ -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 hackrf_one_usb.bin\n"
printf "Unable to find firmware to flash, please have hackrf_one_usb.bin\n"
printf "in current directory or /usr/share/hackrf/\n"
exit 1
fi
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment