spelling: wrapped
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
This commit is contained in:
parent
3b957488c3
commit
e9fe56594c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user