diff --git a/bar.go b/bar.go index f6a319a..3cf6e6e 100644 --- a/bar.go +++ b/bar.go @@ -30,7 +30,7 @@ inProgress chan struct{} cancel <-chan struct{} - // follawing are used after (*Bar.done) is closed + // following are used after (*Bar.done) is closed width int state state } diff --git a/progress.go b/progress.go index f9d1c41..59ad985 100644 --- a/progress.go +++ b/progress.go @@ -69,7 +69,7 @@ stopReqCh chan struct{} uncompletedBarStopReqCh chan struct{} - // follawing is used after (*Progress.done) is closed + // following is used after (*Progress.done) is closed conf userConf } @@ -213,7 +213,7 @@ case <-p.done: return default: - // complet Total unknown bars + // complete Total unknown bars p.uncompletedBarStopReqCh <- struct{}{} // wait for all bars to quit p.wg.Wait()