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
commit b1766b707a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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