Fixs typo: 'possibliy' to 'possibly' (#4974)

Signed-off-by: JoeWrightss <zhoulin.xie@daocloud.io>
This commit is contained in:
JoeWrightss 2018-12-18 18:52:40 +08:00 committed by Simon Pasquier
parent 8fd0c0ab2e
commit e8be31eed9
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ Loop:
case <-time.After(timeout):
// Because we use queue, an object that is created then
// deleted or updated may be processed only once.
// So possibliy we may skip events, timed out here.
// So possibly we may skip events, timed out here.
t.Logf("timed out, got %d (max: %d) items, some events are skipped", len(allTgs), max)
break Loop
}