From e9fe56594cb505bb170f81b9f5f1749c91e0c32b Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 3 Mar 2021 20:59:44 -0500 Subject: [PATCH] spelling: wrapped Signed-off-by: Josh Soref --- pkg/acme/client/http.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/acme/client/http.go b/pkg/acme/client/http.go index 4e4b82d55..b2ca8101c 100644 --- a/pkg/acme/client/http.go +++ b/pkg/acme/client/http.go @@ -69,7 +69,7 @@ func (it *Transport) RoundTrip(req *http.Request) (*http.Response, error) { // Remember the current time. start := time.Now() - // Make the request using the wrappd RoundTripper. + // Make the request using the wrapped RoundTripper. resp, err := it.wrappedRT.RoundTrip(req) if resp != nil { statusCode = resp.StatusCode