spelling: wrapped

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2021-03-03 20:59:44 -05:00
parent 3b957488c3
commit e9fe56594c

View File

@ -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