From 0b4b53fa05ec1c4cacddaacd2a6ebfc7511164cf Mon Sep 17 00:00:00 2001 From: Jacek Kryszyn Date: Fri, 17 Nov 2023 13:18:11 +0900 Subject: [PATCH] scripts: tizen: sd_fusing_rpi4.sh: Fix minor typos in message Fix minor typos in usage and information message. Change-Id: I1cf4521ff45f211eebb28d7f7cbf50fc2606439f Signed-off-by: Jacek Kryszyn Signed-off-by: Seung-Woo Kim --- scripts/tizen/sd_fusing_rpi4.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/tizen/sd_fusing_rpi4.sh b/scripts/tizen/sd_fusing_rpi4.sh index 648f1880be..04a1b648c5 100755 --- a/scripts/tizen/sd_fusing_rpi4.sh +++ b/scripts/tizen/sd_fusing_rpi4.sh @@ -100,7 +100,7 @@ function check_ddversion () { function fusing_image () { if [ $ab_option == 2 ] ; then - echo "Skip to update Partitoin A" + echo "Skip to update Partition A" return fi local -r fusing_img=$1 @@ -142,7 +142,7 @@ function fusing_image () { function fusing_image_to_b () { if [ $ab_option == 0 ] ; then - echo "Skip to update Partitoin B" + echo "Skip to update Partition B" return fi local -r fusing_img=$1 @@ -447,7 +447,7 @@ function skip_resize () { function show_usage () { echo "- Usage:" echo " sudo ./sd_fusing*.sh -d [-b ..] [--format] [--update [b] ]" - echo " -d : device ndoe " + echo " -d : device node " echo " -b : binary " echo " --update : If want to update Image about B Partition, use --update option with b" echo " Otherwise, it will be updated to both partition" -- 2.34.1