Merge pull request #85935 from yuzhiquan/patch-1

fix: typo Snapshoting to Snapshotting
This commit is contained in:
Kubernetes Prow Robot
2019-12-04 21:42:31 -08:00
committed by GitHub

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