From 4b6963122bd14bd71081e2fc8a9718cdbe69f9ab Mon Sep 17 00:00:00 2001 From: holger krekel Date: Wed, 19 Feb 2020 23:24:48 +0100 Subject: [PATCH] Update src/smtp/mod.rs Co-Authored-By: Alexander Krotov --- src/smtp/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,