Skip to content

Commit 4d37d6f

Browse files
committed
fix a spelling error
Signed-off-by: Lang Chi <[email protected]>
1 parent e280e20 commit 4d37d6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/exporters/k8sexporter/problemclient/problem_client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141

4242
// Client is the interface of problem client
4343
type Client interface {
44-
// GetConditions get all specifiec conditions of current node.
44+
// GetConditions get all specific conditions of current node.
4545
GetConditions(conditionTypes []v1.NodeConditionType) ([]*v1.NodeCondition, error)
4646
// SetConditions set or update conditions of current node.
4747
SetConditions(conditions []v1.NodeCondition) error

0 commit comments

Comments
 (0)