diff --git a/controller.go b/controller.go index 3edbde60..b3447505 100644 --- a/controller.go +++ b/controller.go @@ -300,7 +300,7 @@ func (c *Controller) syncHandler(key string) error { } // If an error occurs during Update, we'll requeue the item so we can - // attempt processing again later. THis could have been caused by a + // attempt processing again later. This could have been caused by a // temporary network failure, or any other transient reason. if err != nil { return err