From 3b26f73300b3ecf81815f12a42deebdcd84a3f94 Mon Sep 17 00:00:00 2001 From: Martin Date: Sun, 10 Jul 2022 19:58:21 +0200 Subject: [PATCH] [codespell] Fix typo. (#139) --- xmpp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpp.go b/xmpp.go index 669b45b..e2a2b46 100644 --- a/xmpp.go +++ b/xmpp.go @@ -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