Merge pull request #84327 from byteor/codereview

[k8s.io/sample-controller/controller.go]: fixup minor typo
This commit is contained in:
Kubernetes Prow Robot
2019-11-22 17:29:17 -08:00
committed by GitHub

View File

@@ -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 // 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. // temporary network failure, or any other transient reason.
if err != nil { if err != nil {
return err return err