scripts: tizen: sd_fusing_rpi4.sh: Fix minor typos in message 01/301501/1
authorJacek Kryszyn <j.kryszyn@samsung.com>
Fri, 17 Nov 2023 04:18:11 +0000 (13:18 +0900)
committerSeung-Woo Kim <sw0312.kim@samsung.com>
Fri, 17 Nov 2023 04:18:50 +0000 (13:18 +0900)
Fix minor typos in usage and information message.

Change-Id: I1cf4521ff45f211eebb28d7f7cbf50fc2606439f
Signed-off-by: Jacek Kryszyn <j.kryszyn@samsung.com>
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
scripts/tizen/sd_fusing_rpi4.sh

index 648f188..04a1b64 100755 (executable)
@@ -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 <device> [-b <path> <path> ..] [--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"