Skip to content

Commit 565d30c

Browse files
author
Jeff Peeler
committed
fix(spelling): just a comment correction
1 parent f182d0e commit 565d30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/lib/queueinformer/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ func WithQueueInformers(queueInformers ...*QueueInformer) OperatorOption {
197197
}
198198
}
199199

200-
// WithQueueInformers registers a set of initial Informers with an Operator.
200+
// WithInformers registers a set of initial Informers with an Operator.
201201
func WithInformers(informers ...cache.SharedIndexInformer) OperatorOption {
202202
return func(config *operatorConfig) {
203203
config.informers = informers

0 commit comments

Comments
 (0)