Codebase list golang-github-vbauerster-mpb / c077a7f
Comments typo fix Vladimir Bauer 9 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
1616 result []chan int
1717 }
1818
19 // progress config, all fieals are adjustable by user
19 // progress config, fields are adjustable by user indirectly
2020 pConf struct {
2121 bars []*Bar
2222
171171 func (p *Progress) server(conf pConf) {
172172
173173 defer func() {
174 // p.conf = conf
175174 if conf.shutdownNotifier != nil {
176175 close(conf.shutdownNotifier)
177176 }