Merge pull request #2590 from mirake/fix-typos

Typo fix: muthual autentication -> mutual authentication
This commit is contained in:
k8s-ci-robot 2018-05-31 05:59:55 -07:00 committed by GitHub
commit ded8c154cf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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