fix some typos (#2882)

Signed-off-by: cuishuang <imcusg@gmail.com>
This commit is contained in:
cui fliter
2022-04-02 17:35:51 +08:00
committed by GitHub
parent 18a2af4703
commit 915d9f4c09
4 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ type ClientCommonConf struct {
// It only works when "tls_enable" is valid and tls configuration of server
// has been specified.
TLSTrustedCaFile string `ini:"tls_trusted_ca_file" json:"tls_trusted_ca_file"`
// TLSServerName specifices the custom server name of tls certificate. By
// TLSServerName specifies the custom server name of tls certificate. By
// default, server name if same to ServerAddr.
TLSServerName string `ini:"tls_server_name" json:"tls_server_name"`
// By default, frpc will connect frps with first custom byte if tls is enabled.