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 }