fix typo healty

k3s-v1.15.3
qingsenLi 2019-04-03 03:29:22 +08:00
parent f83fcbefb6
commit 4db2227629
1 changed files with 1 additions and 1 deletions

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"