Fix a typo

Kubernetes-commit: bfe61fa574321474c4b278afb39af95464efad43
This commit is contained in:
ldsdsy
2022-06-20 21:52:50 +08:00
committed by Kubernetes Publisher
parent 4db4856058
commit 123d4e7e38
2 changed files with 3 additions and 3 deletions

View File

@@ -222,7 +222,7 @@ func (r *withRetry) Before(ctx context.Context, request *Request) error {
}
}
// if we are here, we have made attempt(s) al least once before.
// if we are here, we have made attempt(s) at least once before.
if request.backoff != nil {
delay := request.backoff.CalculateBackoff(url)
if r.retryAfter.Wait > delay {