Fix some spelling errors.

This commit is contained in:
Mingshuang Luo 2021-09-26 12:55:51 +08:00 committed by GitHub
parent 6abd1bcd0a
commit 6c4a58273f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ log() {
log "dl_dir: $dl_dir"
if [ $stage -le 0 ] && [ $stop_stage -ge 0 ]; then
log "stage 0: Download data"
log "Stage 0: Download data"
mkdir -p $dl_dir
if [ ! -f $dl_dir/waves_yesno/.completed ]; then