From 4d37d6fb6873e430f2e7be553f95ac9f5b51f91e Mon Sep 17 00:00:00 2001 From: Lang Chi <21860405@zju.edu.cn> Date: Tue, 13 Aug 2019 15:12:01 +0800 Subject: [PATCH] fix a spelling error Signed-off-by: Lang Chi <21860405@zju.edu.cn> --- pkg/exporters/k8sexporter/problemclient/problem_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/exporters/k8sexporter/problemclient/problem_client.go b/pkg/exporters/k8sexporter/problemclient/problem_client.go index 70a022ad..5fec1dbc 100644 --- a/pkg/exporters/k8sexporter/problemclient/problem_client.go +++ b/pkg/exporters/k8sexporter/problemclient/problem_client.go @@ -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