Fix typo in staging/src/.../wait_test.go

Signed-off-by: he.qingguo <he.qingguo@zte.com.cn>
This commit is contained in:
he.qingguo 2020-12-30 14:10:04 +08:00
parent b860d08e4b
commit 0f0fb40b8b

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")
}
}