fix a spelling error

Signed-off-by: Lang Chi <21860405@zju.edu.cn>
This commit is contained in:
Lang Chi
2019-08-13 15:12:01 +08:00
parent e280e2075a
commit 4d37d6fb68
@@ -41,7 +41,7 @@ import (
// Client is the interface of problem client
type Client interface {
// GetConditions get all specifiec conditions of current node.
// GetConditions get all specific conditions of current node.
GetConditions(conditionTypes []v1.NodeConditionType) ([]*v1.NodeCondition, error)
// SetConditions set or update conditions of current node.
SetConditions(conditions []v1.NodeCondition) error