Fix some typos

Signed-off-by: rongzhang <rongzhang@alauda.io>
This commit is contained in:
rongzhang 2018-09-08 09:30:44 +08:00
parent 02bee778e8
commit 36375881f3

View file

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