Fix spelling mistakes detected by the misspell linter
Signed-off-by: Nic Cope <negz@rk0n.org>
This commit is contained in:
parent
05ee429f6b
commit
426742395a
|
|
@ -26,7 +26,7 @@ import (
|
|||
var _ client.Client = &MockClient{}
|
||||
|
||||
// MockClient implements controller-runtime's Client interface, allowing each
|
||||
// method to be overriden for testing. The controller-runtime provides a fake
|
||||
// method to be overridden for testing. The controller-runtime provides a fake
|
||||
// client, but it is has surprising side effects (e.g. silently calling
|
||||
// os.Exit(1)) and does not allow us control over the errors it returns.
|
||||
type MockClient struct {
|
||||
|
|
|
|||
Loading…
Reference in New Issue