fix all the typos across the project

Kubernetes-commit: 48388fec7eaad4ac8d84fbe20673ffacf41964a1
This commit is contained in:
Di Xu
2018-02-09 14:53:53 +08:00
committed by Kubernetes Publisher
parent 33bd23f75b
commit d39d12f4b0
8 changed files with 8 additions and 8 deletions

View File

@@ -302,7 +302,7 @@ func TestCreateBackoffManager(t *testing.T) {
backoff.UpdateBackoff(theUrl, nil, 500)
backoff = readExpBackoffConfig()
if backoff.CalculateBackoff(theUrl)/time.Second != 0 {
t.Errorf("Zero backoff duration, but backoff still occuring.")
t.Errorf("Zero backoff duration, but backoff still occurring.")
}
// No env -> No backoff.