From 0dc51f4ad71391f2f089b557ba2756098564b334 Mon Sep 17 00:00:00 2001 From: Simone Basso Date: Fri, 15 Sep 2023 16:38:48 +0200 Subject: [PATCH] Update internal/testingproxy/netemhttps.go --- internal/testingproxy/netemhttps.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)