diff --git a/common/progress_bar.sh b/common/progress_bar.sh index ef129cb..450b688 100755 --- a/common/progress_bar.sh +++ b/common/progress_bar.sh @@ -44,7 +44,7 @@ for ((MIN=0; MIN >= 0; MIN++)); do write_or_exit "${CSI}${POS}G${GRAPHIC_CHAR}" sleep .2 done - # Display the accumlated time. + # Display the accumulated time. write_or_exit "${TS_POSITION}${MIN} min. ${SEC} sec. " done done