diff --git a/progress.go b/progress.go index f17358f..fb66ce0 100644 --- a/progress.go +++ b/progress.go @@ -179,7 +179,7 @@ } } -// Wait waits far all bars to complete and finally shutdowns container. +// Wait waits for all bars to complete and finally shutdowns container. // After this method has been called, there is no way to reuse *Progress // instance. func (p *Progress) Wait() {