From 619e3d6706e97ee98f60af37a34f8b665793a22d Mon Sep 17 00:00:00 2001 From: Yongxin Li Date: Thu, 27 Sep 2018 20:43:13 +0800 Subject: [PATCH] typo fix about mismatch Signed-off-by: Yongxin Li --- libnetwork/ipam/parallel_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libnetwork/ipam/parallel_test.go b/libnetwork/ipam/parallel_test.go index 4d7fa166b2..0f2e5a4c97 100644 --- a/libnetwork/ipam/parallel_test.go +++ b/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") } }