From 913cbbf6e4397c7f02c50488ea1fbb6b3ee0430b Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Mon, 8 Aug 2011 12:47:58 +0200 Subject: [PATCH] fix typo in setup_pcusb message --- setup_pcusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup_pcusb b/setup_pcusb index dfa72f7..ce4d768 100755 --- a/setup_pcusb +++ b/setup_pcusb @@ -35,7 +35,7 @@ else exit 1 fi -echo "Copying formware to /usr/share:" +echo "Copying firmware to /usr/share:" for fw in "${dir}/"xusb*.hex; do $ASROOT cp -v "${fw}" "/usr/share/" done -- 2.39.2