fix: typo Snapshoting to Snapshotting

This commit is contained in:
yuzhiquan 2019-12-05 10:42:35 +08:00
parent e8bc121341
commit e057bd4ad2

View File

@ -199,7 +199,7 @@ func (g *genericScheduler) Schedule(ctx context.Context, state *framework.CycleS
if err := g.Snapshot(); err != nil {
return result, err
}
trace.Step("Snapshoting scheduler cache and node infos done")
trace.Step("Snapshotting scheduler cache and node infos done")
if len(g.nodeInfoSnapshot.NodeInfoList) == 0 {
return result, ErrNoNodesAvailable