Fix typo.

This commit is contained in:
Chteufleur 2017-03-21 22:19:01 +01:00
parent b32173d11e
commit 2d4531739a
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ type StreamConfig struct {
// causes incoming stanzas to be XML-parsed a second time. // causes incoming stanzas to be XML-parsed a second time.
LogStanzas bool LogStanzas bool
// The dommain connection for certificat validation. // The dommain connection for certificate validation.
ConnectionDomain string ConnectionDomain string
} }