Fix typos (#944)

This commit is contained in:
Viktor Szépe
2024-02-21 14:49:42 +01:00
committed by GitHub
parent 157c4fb5ae
commit fb54855d5f
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ impl AsyncSmtpConnection {
/// If `tls_parameters` is `Some`, then the connection will use Implicit TLS (sometimes
/// referred to as `SMTPS`). See also [`AsyncSmtpConnection::starttls`].
///
/// If `local_addres` is `Some`, then the address provided shall be used to bind the
/// If `local_address` is `Some`, then the address provided shall be used to bind the
/// connection to a specific local address using [`tokio1_crate::net::TcpSocket::bind`].
///
/// Sends EHLO and parses server information