diff --git a/progress.go b/progress.go index 48db8f2..0b31d6d 100644 --- a/progress.go +++ b/progress.go @@ -139,7 +139,7 @@ } // Wait first waits for user provided *sync.WaitGroup, if any, -// then waits far all bars to camplete and finally shutdowns master goroutine. +// then waits far all bars to complete and finally shutdowns master goroutine. // After this method has been called, there is no way to reuse *Progress instance. func (p *Progress) Wait() { if p.uwg != nil {