From 7744d497cd84a48ffaccf50ef191f8998c99320b Mon Sep 17 00:00:00 2001 From: Manuel de Brito Fontes Date: Mon, 9 Jul 2018 17:47:48 -0400 Subject: [PATCH] Fix spelling mistake --- cmd/nginx/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/nginx/main.go b/cmd/nginx/main.go index 1fb9e945c..ee7e575a7 100644 --- a/cmd/nginx/main.go +++ b/cmd/nginx/main.go @@ -166,7 +166,7 @@ func handleSigterm(ngx *controller.NGINXController, exit exiter) { // the URL of the API server in the format protocol://address:port/pathPrefix, // kubeConfig is the location of a kubeconfig file. If defined, the kubeconfig // file is loaded first, the URL of the API server read from the file is then -// optionally overriden by the value of apiserverHost. +// optionally overridden by the value of apiserverHost. // If neither apiserverHost nor kubeConfig are passed in, we assume the // controller runs inside Kubernetes and fallback to the in-cluster config. If // the in-cluster config is missing or fails, we fallback to the default config.