diff --git a/src/smtp/mod.rs b/src/smtp/mod.rs index b8b90568f..96c7daff6 100644 --- a/src/smtp/mod.rs +++ b/src/smtp/mod.rs @@ -57,7 +57,7 @@ pub struct Smtp { /// Email address we are sending from. from: Option, - /// Timestamp of last successfull send/receive network interaction + /// Timestamp of last successful send/receive network interaction /// (eg connect or send succeeded). On initialization and disconnect /// it is set to None. last_success: Option,