From bc1445341c94eb9826f6139bd14b6b4f2b8ac963 Mon Sep 17 00:00:00 2001 From: TigerXu Date: Tue, 15 Aug 2017 15:14:08 +0800 Subject: [PATCH] Update nginx.go fix typo --- controllers/nginx/pkg/cmd/controller/nginx.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/nginx/pkg/cmd/controller/nginx.go b/controllers/nginx/pkg/cmd/controller/nginx.go index 7d689424e..21e32157d 100644 --- a/controllers/nginx/pkg/cmd/controller/nginx.go +++ b/controllers/nginx/pkg/cmd/controller/nginx.go @@ -464,7 +464,7 @@ func (n *NGINXController) OnUpdate(ingressCfg ingress.Configuration) error { n.setupMonitor(defaultStatusModule) } - // NGINX cannot resize the has tables used to store server names. + // NGINX cannot resize the hash tables used to store server names. // For this reason we check if the defined size defined is correct // for the FQDN defined in the ingress rules adjusting the value // if is required.