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