Skip to content

Commit 0b33bcb

Browse files
hcsa73Henrique Santos
andauthored
Fix typo (#214)
Co-authored-by: Henrique Santos <henrique.santos@freiheit.com>
1 parent a016af6 commit 0b33bcb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/clients/clients.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ func Do(client *http.Client, req *http.Request, cfg *RetryConfig) (resp *http.Re
7878
if resp.StatusCode == http.StatusBadGateway ||
7979
resp.StatusCode == http.StatusGatewayTimeout {
8080
maxRetries--
81-
return fmt.Errorf("requested returned a gateway error")
81+
return fmt.Errorf("request returned a gateway error")
8282
}
8383
}
8484
return nil

0 commit comments

Comments
 (0)