mirror of
https://github.com/FluuxIO/go-xmpp.git
synced 2025-01-18 20:29:02 -08:00
Fix typo
This commit is contained in:
parent
4ac645a9ec
commit
e51fffcaed
@ -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
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user