Skip to content

Commit

Permalink
Correct spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
naemono committed Nov 9, 2022
1 parent 85ca130 commit 2a1beb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/filters/filters.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func (f Filters) Matches(lbls map[string]string) bool {
}

// Filter contains a type + name (type = elasticsearch, name = my-cluster)
// and a label selector to easily determine if any queryied resource's labels match
// and a label selector to easily determine if any queried resource's labels match
// a given filter.
type Filter struct {
Type string
Expand Down

0 comments on commit 2a1beb0

Please sign in to comment.