diff --git a/internal/testingproxy/netemhttps.go b/internal/testingproxy/netemhttps.go index 6a0a5f7b9c..c44e836c00 100644 --- a/internal/testingproxy/netemhttps.go +++ b/internal/testingproxy/netemhttps.go @@ -102,7 +102,7 @@ func (tc *netemTestCaseWithHTTPWithTLS) Run(t *testing.T) { ) defer proxyServer.Close() - // crete the netx instance for the client + // create the netx instance for the client netx := &netxlite.Netx{Underlying: &netxlite.NetemUnderlyingNetworkAdapter{UNet: clientStack}} //log.SetLevel(log.DebugLevel)