Merge pull request #70934 from mikeweiwei/my_fix3

Fix typos
pull/564/head
Kubernetes Prow Robot 2019-02-20 12:53:52 -08:00 committed by GitHub
commit dc634b3fd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ type Controller struct {
kubeClient clientset.Interface
// This timestamp is to be used instead of LastProbeTime stored in Condition. We do this
// to aviod the problem with time skew across the cluster.
// to avoid the problem with time skew across the cluster.
now func() metav1.Time
enterPartialDisruptionFunc func(nodeNum int) float32