From 78e9e3d81535bbb46459e7ad0b178c1329cfcf0f Mon Sep 17 00:00:00 2001 From: Calin Crisan Date: Mon, 4 Feb 2019 00:12:58 +0200 Subject: [PATCH] fwupdate: fix typo --- board/common/overlay/sbin/fwupdate | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/common/overlay/sbin/fwupdate b/board/common/overlay/sbin/fwupdate index ad79d1998a..19c8b53ca8 100755 --- a/board/common/overlay/sbin/fwupdate +++ b/board/common/overlay/sbin/fwupdate @@ -9,7 +9,7 @@ function exit_usage() { echo " fwupdate download (downloads a firmware OS image)" echo " fwupdate extract (extracts the downloaded firmware archive)" echo " fwupdate flashboot (flashes the boot partition from extracted image)" - echo " fwupdate flashreboot (prepares for reboot + root partititon flash)" + echo " fwupdate flashreboot (prepares for reboot + root partition flash)" echo " fwupdate status (shows the current firmware updating status; see below)" echo " fwupdate upgrade (performs all the operations necessary for upgrading)" echo ""