From: Jeon Sang-Heon Date: Fri, 30 Oct 2020 11:19:33 +0000 (+0000) Subject: Fix typo at warning message X-Git-Tag: accepted/tizen/unified/20240419.110853~72 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c055e7a26228603a7b9a278b9b4f9ece9600bb8;p=platform%2Fcore%2Fsystem%2Fupgrade-tools.git Fix typo at warning message aready -> already Change-Id: I44fef23b15666262635bb12b2a64ef0d68fda739 Signed-off-by: Jeon Sang-Heon --- diff --git a/mk_delta/common/bin/unpack.sh b/mk_delta/common/bin/unpack.sh index 869881d..7c38224 100755 --- a/mk_delta/common/bin/unpack.sh +++ b/mk_delta/common/bin/unpack.sh @@ -166,7 +166,7 @@ gunzipWithTrailer(){ unpack()( [ -d "$unpacked" ] && echo "\ -Warning: there is aready an unpacking directory. If you have files added on +Warning: there is already an unpacking directory. If you have files added on your own there, the repacking result may not reflect the result of the current unpacking process." rqd mkdir -p "$unpacked"