Skip to content

Commit

Permalink
Merge pull request hybridgroup#500 from mikespook/master
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
trevrosen authored Mar 15, 2018
2 parents 59aaba0 + a8a16d0 commit 9a0f401
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/mqtt/mqtt_adaptor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9a0f401

Please sign in to comment.