Skip to content

Commit d89d909

Browse files
authored
Merge pull request #5196 from AllenZMC/patch-5
cleanup: fix mis-spelling in retry.go
2 parents 21c5218 + b73c850 commit d89d909

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/retry/retry.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424

2525
const defaultMaxRetries = 113
2626

27-
// Expo is expontential backoff retry.
27+
// Expo is exponential backoff retry.
2828
// initInterval is the initial waiting time to start with.
2929
// maxTime is the max time allowed to spend on the all the retries.
3030
// maxRetries is the optional max number of retries allowed with default of 13.

0 commit comments

Comments
 (0)