From cdc225f2979781f5b62c6ee17c240e4a5e27cf7a Mon Sep 17 00:00:00 2001 From: raymonder jin Date: Mon, 9 Aug 2021 20:24:47 +0800 Subject: [PATCH] bandwith --> bandwidth --- pkg/util/bandwidth/fake_shaper.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/util/bandwidth/fake_shaper.go b/pkg/util/bandwidth/fake_shaper.go index 78577185d73..591f3e83930 100644 --- a/pkg/util/bandwidth/fake_shaper.go +++ b/pkg/util/bandwidth/fake_shaper.go @@ -22,7 +22,7 @@ import ( "k8s.io/apimachinery/pkg/api/resource" ) -// FakeShaper provides an implementation of the bandwith.Shaper. +// FakeShaper provides an implementation of the bandwidth.Shaper. // Beware this is implementation has no features besides Reset and GetCIDRs. type FakeShaper struct { CIDRs []string