Merge pull request #97590 from heqg/typo-expected-03

Fix typo in staging/src/.../wait_test.go
This commit is contained in:
Kubernetes Prow Robot
2021-01-03 04:03:54 -08:00
committed by GitHub

View File

@@ -692,7 +692,7 @@ func TestContextForChannel(t *testing.T) {
select {
case <-done:
case <-time.After(ForeverTestTimeout):
t.Errorf("unexepcted timeout waiting for parent to cancel child contexts")
t.Errorf("unexpected timeout waiting for parent to cancel child contexts")
}
}