From ca039a1395da5978db209e0580942f9ce08ff913 Mon Sep 17 00:00:00 2001 From: ruicao Date: Thu, 31 May 2018 14:18:08 +0800 Subject: [PATCH] Typo fix: muthual autentication -> mutual authentication --- internal/ingress/annotations/authtls/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/ingress/annotations/authtls/main.go b/internal/ingress/annotations/authtls/main.go index 4803e274e..f498dfb80 100644 --- a/internal/ingress/annotations/authtls/main.go +++ b/internal/ingress/annotations/authtls/main.go @@ -37,7 +37,7 @@ var ( authVerifyClientRegex = regexp.MustCompile(`on|off|optional|optional_no_ca`) ) -// Config contains the AuthSSLCert used for muthual autentication +// Config contains the AuthSSLCert used for mutual authentication // and the configured ValidationDepth type Config struct { resolver.AuthSSLCert