Skip to content

Commit

Permalink
client: fix typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
emersion committed May 2, 2022
1 parent 2f6cca9 commit 6f44267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ func NewClient(conn net.Conn, host string) (*Client, error) {
}

// NewClientLMTP returns a new LMTP Client (as defined in RFC 2033) using an
// existing connector and host as a server name to be used when authenticating.
// existing connection and host as a server name to be used when authenticating.
func NewClientLMTP(conn net.Conn, host string) (*Client, error) {
c, err := NewClient(conn, host)
if err != nil {
Expand Down

0 comments on commit 6f44267

Please sign in to comment.