Fix all typos using the typos tool

See https://github.com/crate-ci/typos
This commit is contained in:
Link Mauve 2025-11-22 21:28:34 +01:00
commit 5ed958582b
13 changed files with 20 additions and 20 deletions

View file

@ -136,7 +136,7 @@ impl Client {
impl Client {
/// Start a new XMPP client using DirectTLS transport and autoreconnect
///
/// It use RFC 7590 _xmpps-client._tcp loopup for connector details.
/// It use RFC 7590 _xmpps-client._tcp lookup for connector details.
pub fn new_direct_tls<J: Into<Jid>, P: Into<String>>(jid: J, password: P) -> Self {
let jid_ref = jid.into();
let dns_config = DnsConfig::srv_xmpps(jid_ref.domain().as_ref());