Typo fix: muthual autentication -> mutual authentication

This commit is contained in:
ruicao 2018-05-31 14:18:08 +08:00
parent b9a253e239
commit ca039a1395

View file

@ -37,7 +37,7 @@ var (
authVerifyClientRegex = regexp.MustCompile(`on|off|optional|optional_no_ca`) 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 // and the configured ValidationDepth
type Config struct { type Config struct {
resolver.AuthSSLCert resolver.AuthSSLCert