Merge pull request #2271 from liyongxin/master

typo fix about mismatch
This commit is contained in:
Flavio Crisciani 2018-09-27 08:50:58 -07:00 committed by GitHub
commit c58aaf9a42
1 changed files with 1 additions and 1 deletions

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