Fix typo in warning message

This commit is contained in:
Andrew Scheller
2023-12-18 11:50:34 +00:00
committed by Phil Elwell
parent 043841636c
commit 745eabf90e

View File

@@ -365,7 +365,7 @@ getBootloaderUpdateVersion() {
}
chipNotSupported() {
echo "This tool only works with Raspberry Pi4 and Rapberry Pi5"
echo "This tool only works with Raspberry Pi 4 and Raspberry Pi 5"
exit ${EXIT_SUCCESS}
}