فهرست منبع

typo fix about mismatch

Signed-off-by: Yongxin Li <yxli@alauda.io>
Yongxin Li 6 سال پیش
والد
کامیت
619e3d6706
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")
 	}
 }