Fix spelling mistakes detected by the misspell linter

Signed-off-by: Nic Cope <negz@rk0n.org>
This commit is contained in:
Nic Cope 2019-03-07 15:46:15 -08:00
parent 05ee429f6b
commit 426742395a
1 changed files with 1 additions and 1 deletions

View File

@ -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 {