From 745eabf90e10e533fe27f185d59df3909f99486b Mon Sep 17 00:00:00 2001 From: Andrew Scheller Date: Mon, 18 Dec 2023 11:50:34 +0000 Subject: [PATCH] Fix typo in warning message --- rpi-eeprom-update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpi-eeprom-update b/rpi-eeprom-update index 0e04e17..264b8e7 100755 --- a/rpi-eeprom-update +++ b/rpi-eeprom-update @@ -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} }