mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2026-05-23 20:33:46 -07:00
[codespell] Fix typo. (#139)
This commit is contained in:
@@ -59,7 +59,7 @@ func getCookie() Cookie {
|
|||||||
return Cookie(binary.LittleEndian.Uint64(buf[:]))
|
return Cookie(binary.LittleEndian.Uint64(buf[:]))
|
||||||
}
|
}
|
||||||
|
|
||||||
// Client holds XMPP connection opitons
|
// Client holds XMPP connection options
|
||||||
type Client struct {
|
type Client struct {
|
||||||
conn net.Conn // connection to server
|
conn net.Conn // connection to server
|
||||||
jid string // Jabber ID for our connection
|
jid string // Jabber ID for our connection
|
||||||
|
|||||||
Reference in New Issue
Block a user