typofix - https://github.com/vlajos/misspell_fixer
This commit is contained in:
2
pkg/client/cache/poller.go
vendored
2
pkg/client/cache/poller.go
vendored
@@ -30,7 +30,7 @@ type Enumerator interface {
|
||||
Get(index int) (object interface{})
|
||||
}
|
||||
|
||||
// GetFunc should return an enumerator that you wish the Poller to proccess.
|
||||
// GetFunc should return an enumerator that you wish the Poller to process.
|
||||
type GetFunc func() (Enumerator, error)
|
||||
|
||||
// Poller is like Reflector, but it periodically polls instead of watching.
|
||||
|
Reference in New Issue
Block a user