typo fix about mismatch

Signed-off-by: Yongxin Li <yxli@alauda.io>
This commit is contained in:
Yongxin Li 2018-09-27 20:43:13 +08:00
parent be9fe156d5
commit 619e3d6706

View file

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