We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd20ca commit ecf1d50Copy full SHA for ecf1d50
services/http.go
@@ -15,7 +15,7 @@ const (
15
maxRetryWait = 10 * time.Minute
16
)
17
18
-// sender is a helper for sending post requests. If the request fails, sender calulates an
+// sender is a helper for sending post requests. If the request fails, sender calculates an
19
// exponential backoff time using retryWaitSeconds and return it as the sleep time.
20
type sender struct {
21
nextWait time.Duration
0 commit comments