From 8f647f3bbb6016ba2804294c6cbdea12f1071ef1 Mon Sep 17 00:00:00 2001 From: George Boudreau Date: Fri, 9 Jun 2006 02:45:54 +0000 Subject: [PATCH] spelink chequer is stil brok, a kind individual pointed out another typo --- common/progress_bar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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