[codespell] Fix typo. (#139)

This commit is contained in:
Martin
2022-07-10 19:58:21 +02:00
committed by GitHub
parent 1411b9cc8b
commit 3b26f73300

View File

@@ -59,7 +59,7 @@ func getCookie() Cookie {
return Cookie(binary.LittleEndian.Uint64(buf[:]))
}
// Client holds XMPP connection opitons
// Client holds XMPP connection options
type Client struct {
conn net.Conn // connection to server
jid string // Jabber ID for our connection