From 88444ab177091dfe523e3582a93e039fa3fb46c2 Mon Sep 17 00:00:00 2001 From: Menglong Xu <32296227+mlxu995@users.noreply.github.com> Date: Sun, 5 Dec 2021 21:24:06 +0800 Subject: [PATCH] [examples] correct a spelling mistake (#24) --- examples/hi_xiaowen/s0/local/mobvoi_data_download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/hi_xiaowen/s0/local/mobvoi_data_download.sh b/examples/hi_xiaowen/s0/local/mobvoi_data_download.sh index 7ba3709..8731b73 100755 --- a/examples/hi_xiaowen/s0/local/mobvoi_data_download.sh +++ b/examples/hi_xiaowen/s0/local/mobvoi_data_download.sh @@ -55,7 +55,7 @@ else fi if [ -d $dl_dir/$(basename "$resources" .tgz) ]; then - echo "Not extracting $(basename "$dataset" .tar.gz) as it is already there." + echo "Not extracting $(basename "$resources" .tar.gz) as it is already there." else echo "Extracting $resources..." tar -xvzf $src_path/$resources -C $dl_dir || exit 1;