Skip to content

Commit

Permalink
fix(spelling): just a comment correction
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Peeler committed Aug 19, 2019
1 parent f182d0e commit 565d30c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/lib/queueinformer/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ func WithQueueInformers(queueInformers ...*QueueInformer) OperatorOption {
}
}

// WithQueueInformers registers a set of initial Informers with an Operator.
// WithInformers registers a set of initial Informers with an Operator.
func WithInformers(informers ...cache.SharedIndexInformer) OperatorOption {
return func(config *operatorConfig) {
config.informers = informers
Expand Down

0 comments on commit 565d30c

Please sign in to comment.