From 2d4531739aad3c1e29ad41da6272af15c17df214 Mon Sep 17 00:00:00 2001 From: Chteufleur Date: Tue, 21 Mar 2017 22:19:01 +0100 Subject: [PATCH] Fix typo. --- src/xmpp/stream.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/xmpp/stream.go b/src/xmpp/stream.go index 5ee18b5..d2dc777 100644 --- a/src/xmpp/stream.go +++ b/src/xmpp/stream.go @@ -18,7 +18,7 @@ type StreamConfig struct { // causes incoming stanzas to be XML-parsed a second time. LogStanzas bool - // The dommain connection for certificat validation. + // The dommain connection for certificate validation. ConnectionDomain string }