Fix some typos
Signed-off-by: rongzhang <rongzhang@alauda.io>
This commit is contained in:
parent
02bee778e8
commit
36375881f3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue