浏览代码

Merge pull request #2271 from liyongxin/master

typo fix about mismatch
Flavio Crisciani 6 年之前
父节点
当前提交
c58aaf9a42
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      libnetwork/ipam/parallel_test.go

+ 1 - 1
libnetwork/ipam/parallel_test.go

@@ -220,7 +220,7 @@ func allocate(t *testing.T, tctx *testContext, parallel int64) {
 
 	assert.Check(t, is.Len(tctx.ipList, tctx.maxIP))
 	if len(tctx.ipList) != tctx.maxIP {
-		t.Fatal("missmatch number allocation")
+		t.Fatal("mismatch number allocation")
 	}
 }