From e51fffcaed5e87cc3689ecd3f9e628020c5a13c2 Mon Sep 17 00:00:00 2001 From: Mickael Remond Date: Sat, 21 Oct 2017 13:58:58 +0200 Subject: [PATCH] Fix typo --- xmpp/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xmpp/client.go b/xmpp/client.go index 6a91211..bac1f0f 100644 --- a/xmpp/client.go +++ b/xmpp/client.go @@ -17,7 +17,7 @@ type Client struct { options Options // Session gather data that can be accessed by users of this library Session *Session - // TCP level connection / can be replace by a TLS session after starttls + // TCP level connection / can be replaced by a TLS session after starttls conn net.Conn }