Skip to content

Commit d95fe5a

Browse files
committed
Fix typos in comment
1 parent 6e1fc81 commit d95fe5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

progress.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,9 +206,9 @@ func (p *Progress) Format(format string) *Progress {
206206
return p
207207
}
208208

209-
// Stop shutdowns Progress' goroutine
210-
// Should be called only after each bor's work done, i.e. bar has reached its
211-
// 100 %. It is NOT for concelation. Use WithContext or WithCancel for
209+
// Stop shutdowns Progress' goroutine.
210+
// Should be called only after each bar's work done, i.e. bar has reached its
211+
// 100 %. It is NOT for cancelation. Use WithContext or WithCancel for
212212
// cancelation purposes.
213213
func (p *Progress) Stop() {
214214
p.wg.Wait()

0 commit comments

Comments
 (0)