Fix a comment typo

This commit is contained in:
link2xt
2022-02-12 16:29:42 +00:00
parent 242e8e2bb3
commit 0f837f4bed

View File

@@ -343,7 +343,7 @@ pub(crate) async fn send_msg_to_smtp(
return Err(err);
}
// Increse retry count as soon as we have an SMTP connection. This ensures that the message is
// Increase retry count as soon as we have an SMTP connection. This ensures that the message is
// eventually removed from the queue by exceeding retry limit even in case of an error that
// keeps happening early in the message sending code, e.g. failure to read the message from the
// database.