Fix typo at warning message
authorJeon Sang-Heon <sh95.jeon@samsung.com>
Fri, 30 Oct 2020 11:19:33 +0000 (11:19 +0000)
committerJeon Sang-Heon <sh95.jeon@samsung.com>
Fri, 30 Oct 2020 11:22:21 +0000 (11:22 +0000)
aready -> already

Change-Id: I44fef23b15666262635bb12b2a64ef0d68fda739
Signed-off-by: Jeon Sang-Heon <sh95.jeon@samsung.com>
mk_delta/common/bin/unpack.sh

index 869881d..7c38224 100755 (executable)
@@ -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"