fixed typo

This commit is contained in:
Xing Xing 2018-03-14 15:55:54 +13:00
parent 59aaba08eb
commit a8a16d05d8
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ func (a *Adaptor) SetServerCert(val string) { a.serverCert = val }
// ClientCert returns the MQTT client SSL cert file
func (a *Adaptor) ClientCert() string { return a.clientCert }
// SetClientCert sets the MQTT server SSL cert file
// SetClientCert sets the MQTT client SSL cert file
func (a *Adaptor) SetClientCert(val string) { a.clientCert = val }
// ClientKey returns the MQTT client SSL key file