From 9dfda3fc9a8e30d4a12e2c2ab00ce3e6d21f6009 Mon Sep 17 00:00:00 2001 From: Zhou Peng
Date: Fri, 25 Oct 2019 10:30:25 +0800 Subject: [PATCH] [k8s.io/sample-controller/controller.go]: fixup minor typo Signed-off-by: Zhou Peng
Kubernetes-commit: 5616ce97622e25a90f89f56e5556e73e065ee012 --- controller.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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