Skip to content

Commit ecf1d50

Browse files
reflogCopilot
andcommitted
Update services/http.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 2fd20ca commit ecf1d50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/http.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const (
1515
maxRetryWait = 10 * time.Minute
1616
)
1717

18-
// sender is a helper for sending post requests. If the request fails, sender calulates an
18+
// sender is a helper for sending post requests. If the request fails, sender calculates an
1919
// exponential backoff time using retryWaitSeconds and return it as the sleep time.
2020
type sender struct {
2121
nextWait time.Duration

0 commit comments

Comments
 (0)