Update src/smtp/mod.rs

Co-Authored-By: Alexander Krotov <ilabdsf@gmail.com>
This commit is contained in:
holger krekel
2020-02-19 23:24:48 +01:00
parent d5d662bc41
commit 4b6963122b

View File

@@ -57,7 +57,7 @@ pub struct Smtp {
/// Email address we are sending from.
from: Option<EmailAddress>,
/// 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<Instant>,