Merge pull request #76020 from qingsenLi/k8s190402-fix-healty

fix typo  healty
This commit is contained in:
Kubernetes Prow Robot
2019-04-09 15:18:45 -07:00
committed by GitHub

View File

@@ -17,7 +17,7 @@ limitations under the License.
package v1beta1
const (
// Healthy means that the device is healty
// Healthy means that the device is healthy
Healthy = "Healthy"
// UnHealthy means that the device is unhealthy
Unhealthy = "Unhealthy"