diff --git a/CHANGELOG.md b/CHANGELOG.md index 50c259c..0766efc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -244,7 +244,7 @@ Several breaking changes were made between 0.9 and 0.10, but changes should be s * Update `hostname` to 0.3 * Update to `nom` 6 * Replace `log` with `tracing` -* Move CI to Github Actions +* Move CI to GitHub Actions * Use criterion for benchmarks diff --git a/src/transport/smtp/client/async_connection.rs b/src/transport/smtp/client/async_connection.rs index 5eb4203..f265b95 100644 --- a/src/transport/smtp/client/async_connection.rs +++ b/src/transport/smtp/client/async_connection.rs @@ -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