diff --git a/bar.go b/bar.go index f24c9f1..0c9b824 100644 --- a/bar.go +++ b/bar.go @@ -43,7 +43,7 @@ syncTableCh chan [][]chan int completed chan bool - // concel is called either by user or on complete event + // cancel is called either by user or on complete event cancel func() // done is closed after cacheState is assigned done chan struct{}