We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 21c5218 + b73c850 commit d89d909Copy full SHA for d89d909
pkg/util/retry/retry.go
@@ -24,7 +24,7 @@ import (
24
25
const defaultMaxRetries = 113
26
27
-// Expo is expontential backoff retry.
+// Expo is exponential backoff retry.
28
// initInterval is the initial waiting time to start with.
29
// maxTime is the max time allowed to spend on the all the retries.
30
// maxRetries is the optional max number of retries allowed with default of 13.
0 commit comments