1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00

Merge pull request #2266 from riverzhang/typo

Fix some typos
This commit is contained in:
Flavio Crisciani 2018-09-08 11:16:35 -07:00 committed by GitHub
commit 79074c268f

View file

@ -101,7 +101,7 @@ func TestRequestPoolParallel(t *testing.T) {
idx = atomic.AddInt32(&operationIndex, 1) idx = atomic.AddInt32(&operationIndex, 1)
err = a.ReleasePool(name) err = a.ReleasePool(name)
if err != nil { if err != nil {
t.Fatalf("relase error %v", err) t.Fatalf("release error %v", err)
} }
ch <- &op{idx, false, name} ch <- &op{idx, false, name}
}(t, a, ch) }(t, a, ch)