浏览代码

Fix some typos

Signed-off-by: rongzhang <rongzhang@alauda.io>
rongzhang 6 年之前
父节点
当前提交
36375881f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libnetwork/ipam/parallel_test.go

+ 1 - 1
libnetwork/ipam/parallel_test.go

@@ -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)